diff --git a/SDSegmentedControl.podspec b/SDSegmentedControl.podspec index 2770f15..ac89ccd 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.3" + s.version = "1.0.4" 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.3" } + s.source = { :git => "https://github.com/rs/SDSegmentedControl.git", :tag => "1.0.4" } s.platform = :ios, '5.0' s.source_files = '*.{h,m}'