From eeda04fffb9185bc7887a2b052748b886e7cd3be Mon Sep 17 00:00:00 2001 From: Dmitriy Demchenko Date: Thu, 24 Nov 2016 12:14:08 +0200 Subject: [PATCH] [Update] README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2f66632..25fa44d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ##Segmentio -[![Platform](http://img.shields.io/badge/platform-iOS-blue.svg?style=flat)](https://cocoapods.org/?q=segmentio) [![License](http://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/Yalantis/Segmentio/blob/master/LICENSE) ![Swift 2.2.x](https://img.shields.io/badge/Swift-2.2.x-orange.svg) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) +[![Platform](http://img.shields.io/badge/platform-iOS-blue.svg?style=flat)](https://cocoapods.org/?q=segmentio) [![License](http://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/Yalantis/Segmentio/blob/master/LICENSE) ![Swift 3.x](https://img.shields.io/badge/Swift-3.0-orange.svg) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) Animated top/bottom segmented control written in Swift. @@ -19,14 +19,14 @@ Check this proj ```ruby use_frameworks! -pod 'Segmentio', '~> 2.0' +pod 'Segmentio', '~> 2.1' ``` *CocoaPods v1.1.0 or later required* ####[Carthage](http://github.com/Carthage/Carthage) ```ruby -github "Yalantis/Segmentio" ~> 2.0 +github "Yalantis/Segmentio" ~> 2.1 ``` ##Usage