From faa98b5ae9d5a803c9cf24ab806377061698373c Mon Sep 17 00:00:00 2001 From: Zhuo Huang Date: Tue, 25 Nov 2014 17:38:15 -0800 Subject: [PATCH] update podspec tag to match orientation changes --- URBSegmentedControl.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/URBSegmentedControl.podspec b/URBSegmentedControl.podspec index 7f9b09f..5c09646 100644 --- a/URBSegmentedControl.podspec +++ b/URBSegmentedControl.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'URBSegmentedControl' - s.version = '1.0.0' + s.version = '1.0.1' s.summary = 'A replacement for UIKit\'s UISegmentedControl that offers a greater level of flexibility and customization.' s.description = 'URBSegmentedControl is a more flexible alternative to the default UISegmentedControl available in UIKit that offers easier customization and more options for layout orientations with titles and images. However, much of the same functionality and API methods that are available in UISegmentedControl are also available in URBSegmentedControl, making it an easier drop-in replacement within your own projects.' s.homepage = 'https://github.com/u10int/URBSegmentedControl' @@ -9,11 +9,11 @@ Pod::Spec.new do |s| } s.source = { :git => 'https://github.com/u10int/URBSegmentedControl.git', - :tag => '1.0.0' + :tag => '1.0.1' } s.platform = :ios, '5.0' s.license = { :type => 'MIT', :file => 'LICENSE' } s.requires_arc = true s.source_files = 'URBSegmentedControl.{h,m}' s.frameworks = 'CoreGraphics', 'QuartzCore' -end \ No newline at end of file +end