Skip to content

Commit c487f69

Browse files
authored
Update HMSegmentedControl.podspec
1 parent 709704c commit c487f69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

HMSegmentedControl.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = "HMSegmentedControl"
3-
s.version = "1.5.2"
3+
s.version = "1.5.3"
44
s.summary = "A drop-in replacement for UISegmentedControl mimicking the style of the one in Google Currents and various other Google products."
55
s.homepage = "https://github.com/HeshamMegid/HMSegmentedControl"
66
s.license = { :type => 'MIT', :file => 'LICENSE.md' }
77
s.author = { "Hesham Abd-Elmegid" => "[email protected]" }
8-
s.source = { :git => "https://github.com/HeshamMegid/HMSegmentedControl.git", :tag => "v1.5.2" }
8+
s.source = { :git => "https://github.com/HeshamMegid/HMSegmentedControl.git", :tag => "v1.5.3" }
99
s.platform = :ios, '7.0'
1010
s.requires_arc = true
1111
s.source_files = 'HMSegmentedControl/*.{h,m}'

0 commit comments

Comments
 (0)