From 8fabf5748a8c697b0f99899caf5bad2e37ecc478 Mon Sep 17 00:00:00 2001 From: Robert Dimitrov Date: Sun, 21 Oct 2018 17:25:36 +0300 Subject: [PATCH] Updated podspec. --- RDVTabBarController.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RDVTabBarController.podspec b/RDVTabBarController.podspec index b6aad25..10a4198 100644 --- a/RDVTabBarController.podspec +++ b/RDVTabBarController.podspec @@ -1,13 +1,13 @@ Pod::Spec.new do |s| s.name = "RDVTabBarController" - s.version = "1.1.10" + s.version = "1.2.0" 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, '8.0' - s.source = { :git => "https://github.com/robbdimitrov/RDVTabBarController.git", :tag => "v1.1.10" } + s.source = { :git => "https://github.com/robbdimitrov/RDVTabBarController.git", :tag => "v1.2.0" } s.source_files = 'RDVTabBarController', 'RDVTabBarController/**/*.{h,m}' s.framework = 'UIKit', 'CoreGraphics', 'Foundation' s.requires_arc = true