Skip to content

Commit

Permalink
Merge pull request #76 from akhenakh/master
Browse files Browse the repository at this point in the history
bump version to 1.0.4
  • Loading branch information
akhenakh committed Feb 27, 2015
2 parents ef6065d + cd34293 commit 5eb9a12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SDSegmentedControl.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.3" }
s.source = { :git => "https://github.com/rs/SDSegmentedControl.git", :tag => "1.0.4" }

s.platform = :ios, '5.0'
s.source_files = '*.{h,m}'
Expand Down

0 comments on commit 5eb9a12

Please sign in to comment.