Skip to content

Commit

Permalink
update pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Pravda authored and Eugene Pravda committed Jan 29, 2018
1 parent 40cb0e8 commit 08623fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions FoldingTabBar.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "FoldingTabBar"
spec.version = '1.1.2'
spec.version = '1.2'

spec.homepage = "https://github.com/Yalantis/FoldingTabBar.iOS"
spec.summary = "Folding Tab Bar and Tab Bar Controller"
Expand All @@ -20,4 +20,4 @@ Pod::Spec.new do |spec|
spec.public_header_files = 'FoldingTabBar/**/*.h'
spec.frameworks = 'UIKit', 'QuartzCore'
spec.requires_arc = true
end
end
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ iOS 7.0
#### [CocoaPods](http://cocoapods.org)

```ruby
pod 'FoldingTabBar', '~> 1.1'
pod 'FoldingTabBar', '~> 1.2'
```

#### [Carthage](https://github.com/Carthage/Carthage)

```
github "Yalantis/FoldingTabBar.iOS" ~> 1.1
github "Yalantis/FoldingTabBar.iOS" ~> 1.2
```

#### Manual Installation
Expand Down

0 comments on commit 08623fa

Please sign in to comment.