Skip to content

Commit

Permalink
bump to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
akhenakh committed Feb 25, 2015
1 parent c8f5ea6 commit f5805ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SDSegmentedControl.podspec
Expand Up @@ -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
Expand Down Expand Up @@ -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}'
Expand Down

0 comments on commit f5805ce

Please sign in to comment.