From f5805ce063c452c5531f1010308c34c401e75685 Mon Sep 17 00:00:00 2001 From: Fabrice Aneche Date: Wed, 25 Feb 2015 11:14:52 -0800 Subject: [PATCH] bump to 1.0.3 --- SDSegmentedControl.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SDSegmentedControl.podspec b/SDSegmentedControl.podspec index a0c0996..2770f15 100644 --- a/SDSegmentedControl.podspec +++ b/SDSegmentedControl.podspec @@ -3,7 +3,7 @@ # valid spec. Pod::Spec.new do |s| s.name = "SDSegmentedControl" - s.version = "1.0.2" + s.version = "1.0.3" s.homepage = "https://github.com/rs/SDSegmentedControl" s.summary = "A drop-in remplacement for UISegmentedControl that mimic iOS 6 AppStore tab controls." s.description = <<-DESC @@ -31,7 +31,7 @@ Pod::Spec.new do |s| s.author = { "Olivier Poitrey" => "rs@dailymotion.com", "Marius Rackwitz" => "git@mariusrackwitz.de" } s.requires_arc = true - s.source = { :git => "https://github.com/rs/SDSegmentedControl.git", :tag => "1.0.2" } + s.source = { :git => "https://github.com/rs/SDSegmentedControl.git", :tag => "1.0.3" } s.platform = :ios, '5.0' s.source_files = '*.{h,m}'