Skip to content

Commit 08623fa

Browse files
Eugene PravdaEugene Pravda
authored andcommitted
update pod spec
1 parent 40cb0e8 commit 08623fa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

FoldingTabBar.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)