Skip to content

Commit

Permalink
Updating podspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
HeshamMegid committed Nov 18, 2013
1 parent e928fbc commit c214b7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions HMSegmentedControl.podspec
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "HMSegmentedControl"
s.version = "1.2.0"
s.summary = "A drop-in replacement for UISegmentedControl mimicking the style of the segmented control used in Google Currents and various other Google products."
s.version = "1.3.0"
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.2.0" }
s.source = { :git => "https://github.com/HeshamMegid/HMSegmentedControl.git", :tag => "v1.3.0" }
s.platform = :ios, '5.0'
s.requires_arc = true
s.source_files = 'HMSegmentedControl/*.{h,m}'
Expand Down

0 comments on commit c214b7c

Please sign in to comment.