From 08623fa18791f2c169605d3a711ddce765475c02 Mon Sep 17 00:00:00 2001 From: Eugene Pravda Date: Mon, 29 Jan 2018 19:10:47 +0200 Subject: [PATCH] update pod spec --- FoldingTabBar.podspec | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/FoldingTabBar.podspec b/FoldingTabBar.podspec index fc8b4d1..ba7ea59 100644 --- a/FoldingTabBar.podspec +++ b/FoldingTabBar.podspec @@ -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" @@ -20,4 +20,4 @@ Pod::Spec.new do |spec| spec.public_header_files = 'FoldingTabBar/**/*.h' spec.frameworks = 'UIKit', 'QuartzCore' spec.requires_arc = true -end \ No newline at end of file +end diff --git a/README.md b/README.md index 308af37..2121bc5 100644 --- a/README.md +++ b/README.md @@ -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