File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = "FoldingTabBar"
3- spec . version = '1.1. 2'
3+ spec . version = '1.2'
44
55 spec . homepage = "https://github.com/Yalantis/FoldingTabBar.iOS"
66 spec . summary = "Folding Tab Bar and Tab Bar Controller"
@@ -20,4 +20,4 @@ Pod::Spec.new do |spec|
2020 spec . public_header_files = 'FoldingTabBar/**/*.h'
2121 spec . frameworks = 'UIKit' , 'QuartzCore'
2222 spec . requires_arc = true
23- end
23+ end
Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ iOS 7.0
1919#### [ CocoaPods] ( http://cocoapods.org )
2020
2121``` ruby
22- pod ' FoldingTabBar' , ' ~> 1.1 '
22+ pod ' FoldingTabBar' , ' ~> 1.2 '
2323```
2424
2525#### [ Carthage] ( https://github.com/Carthage/Carthage )
2626
2727```
28- github "Yalantis/FoldingTabBar.iOS" ~> 1.1
28+ github "Yalantis/FoldingTabBar.iOS" ~> 1.2
2929```
3030
3131#### Manual Installation
You can’t perform that action at this time.
0 commit comments