update podspec

This commit is contained in:
Eugene Pravda 2016-09-21 18:22:51 +03:00
parent e5fad7e0c2
commit feaaa4d930
2 changed files with 3 additions and 3 deletions

View File

@ -17,14 +17,14 @@ iOS 8.x, Swift 2.2.x
```ruby
use_frameworks!
pod 'Segmentio', '~> 1.1'
pod 'Segmentio', '~> 1.1.1'
```
*(CocoaPods v1.0.1 or later required. See [this blog post](http://blog.cocoapods.org/Pod-Authors-Guide-to-CocoaPods-Frameworks/) for details.)*
####[Carthage](http://github.com/Carthage/Carthage)
```ruby
github "Yalantis/Segmentio" ~> 1.1
github "Yalantis/Segmentio" ~> 1.1.1
```
##Usage

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "Segmentio"
spec.version = "1.1"
spec.version = "1.1.1"
spec.homepage = "https://github.com/Yalantis/Segmentio"
spec.summary = "Animated top/bottom segmented control written in Swift!"