From 992b9b81ef01884de8bbab9c18efebb31141c06e Mon Sep 17 00:00:00 2001 From: Robert Dimitrov Date: Fri, 10 Jan 2014 11:53:34 +0200 Subject: [PATCH] Upadate podspec version. --- RDVTabBarController.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RDVTabBarController.podspec b/RDVTabBarController.podspec index bfc50d4..bd4d4ca 100644 --- a/RDVTabBarController.podspec +++ b/RDVTabBarController.podspec @@ -1,13 +1,13 @@ Pod::Spec.new do |s| s.name = "RDVTabBarController" - s.version = "1.1.1" + s.version = "1.1.2" s.summary = "Highly customizable tabBar and tabBarController for iOS" s.description = "RDVTabBarController is iPad and iPhone compatible. Supports landscape and portrait orientations and can be used inside UINavigationController." s.homepage = "https://github.com/robbdimitrov/RDVTabBarController" s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { "Robert Dimitrov" => "robert_dimitrov@me.com" } s.platform = :ios, '5.0' - s.source = { :git => "https://github.com/robbdimitrov/RDVTabBarController.git", :tag => "v1.1.1" } + s.source = { :git => "https://github.com/robbdimitrov/RDVTabBarController.git", :tag => "v1.1.2" } s.source_files = 'RDVTabBarController', 'RDVTabBarController/**/*.{h,m}' s.framework = 'UIKit', 'CoreGraphics', 'Foundation' s.requires_arc = true