Skip to content

Commit

Permalink
Update HMSegmentedControl.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
HeshamMegid committed Sep 2, 2016
1 parent 709704c commit c487f69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HMSegmentedControl.podspec
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "HMSegmentedControl"
s.version = "1.5.2"
s.version = "1.5.3"
s.summary = "A drop-in replacement for UISegmentedControl mimicking the style of the one in Google Currents and various other Google products."
s.homepage = "https://github.com/HeshamMegid/HMSegmentedControl"
s.license = { :type => 'MIT', :file => 'LICENSE.md' }
s.author = { "Hesham Abd-Elmegid" => "hesham.abdelmegid@gmail.com" }
s.source = { :git => "https://github.com/HeshamMegid/HMSegmentedControl.git", :tag => "v1.5.2" }
s.source = { :git => "https://github.com/HeshamMegid/HMSegmentedControl.git", :tag => "v1.5.3" }
s.platform = :ios, '7.0'
s.requires_arc = true
s.source_files = 'HMSegmentedControl/*.{h,m}'
Expand Down

0 comments on commit c487f69

Please sign in to comment.