From 01315e2bb8c2c7c5ca95be5288226a8d46c5d407 Mon Sep 17 00:00:00 2001 From: Eugene Pravda Date: Wed, 21 Sep 2016 15:17:50 +0300 Subject: [PATCH] update podspec --- README.md | 4 ++-- Segmentio.podspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 02bcd41..dd0d024 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,14 @@ iOS 8.x, Swift 2.2.x ```ruby use_frameworks! -pod 'Segmentio', '~> 1.0' +pod 'Segmentio', '~> 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.0 +github "Yalantis/Segmentio" ~> 1.1 ``` ##Usage diff --git a/Segmentio.podspec b/Segmentio.podspec index ab9e1ec..c9a6b4a 100644 --- a/Segmentio.podspec +++ b/Segmentio.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "Segmentio" - spec.version = "1.0" + spec.version = "1.1" spec.homepage = "https://github.com/Yalantis/Segmentio" spec.summary = "Animated top/bottom segmented control written in Swift!"