update podspec
This commit is contained in:
parent
e5fad7e0c2
commit
feaaa4d930
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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!"
|
||||
|
|
|
|||
Loading…
Reference in New Issue