From c2da256e7c3b2ec8bf9443dcd14140891eaf8a00 Mon Sep 17 00:00:00 2001 From: Robert Dimitrov Date: Thu, 8 May 2014 10:14:25 +0300 Subject: [PATCH] Remove unused imports from demo project, set version to 1.1.4. --- Example/Classes/Controllers/RDVSecondViewController.m | 2 -- RDVTabBarController.podspec | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Example/Classes/Controllers/RDVSecondViewController.m b/Example/Classes/Controllers/RDVSecondViewController.m index f65615d..14d002b 100644 --- a/Example/Classes/Controllers/RDVSecondViewController.m +++ b/Example/Classes/Controllers/RDVSecondViewController.m @@ -22,8 +22,6 @@ // THE SOFTWARE. #import "RDVSecondViewController.h" -#import "RDVTabBarController.h" -#import "RDVTabBarItem.h" @implementation RDVSecondViewController diff --git a/RDVTabBarController.podspec b/RDVTabBarController.podspec index 500ed35..4337951 100644 --- a/RDVTabBarController.podspec +++ b/RDVTabBarController.podspec @@ -1,13 +1,13 @@ Pod::Spec.new do |s| s.name = "RDVTabBarController" - s.version = "1.1.3" + s.version = "1.1.4" 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.3" } + s.source = { :git => "https://github.com/robbdimitrov/RDVTabBarController.git", :tag => "v1.1.4" } s.source_files = 'RDVTabBarController', 'RDVTabBarController/**/*.{h,m}' s.framework = 'UIKit', 'CoreGraphics', 'Foundation' s.requires_arc = true