File tree 3 files changed +2
-3
lines changed
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
# SwipeMenuViewController
2
2
3
3
[ ![ Platform] ( http://img.shields.io/badge/platform-iOS-blue.svg?style=for-the-badge )] ( https://developer.apple.com/iphone/index.action )
4
- ![ Swift] ( https://img.shields.io/badge/Swift-4.0-orange.svg?style=for-the-badge )
5
4
[ ![ Cocoapods] ( https://img.shields.io/badge/Cocoapods-compatible-brightgreen.svg?style=for-the-badge )] ( https://img.shields.io/badge/Cocoapods-compatible-brightgreen.svg )
6
5
[ ![ Carthage compatible] ( https://img.shields.io/badge/Carthage-Compatible-brightgreen.svg?style=for-the-badge )] ( https://github.com/Carthage/Carthage )
7
6
[ ![ CocoaPodsDL] ( https://img.shields.io/cocoapods/dt/SwipeMenuViewController.svg?style=for-the-badge )] ( https://cocoapods.org/pods/SwipeMenuViewController )
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >2.0.8 </string >
18
+ <string >2.1.0 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
<key >NSPrincipalClass </key >
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
16
16
#
17
17
18
18
s . name = "SwipeMenuViewController"
19
- s . version = "2.0.8 "
19
+ s . version = "2.1.0 "
20
20
s . summary = "Swipable tab and menu UI framework"
21
21
22
22
# This description is used to generate tags and improve search results.
You can’t perform that action at this time.
0 commit comments