Skip to content

Commit c214b7c

Browse files
committed
Updating podspec file
1 parent e928fbc commit c214b7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

HMSegmentedControl.podspec

Lines changed: 3 additions & 3 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.2.0"
4-
s.summary = "A drop-in replacement for UISegmentedControl mimicking the style of the segmented control used in Google Currents and various other Google products."
3+
s.version = "1.3.0"
4+
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.2.0" }
8+
s.source = { :git => "https://github.com/HeshamMegid/HMSegmentedControl.git", :tag => "v1.3.0" }
99
s.platform = :ios, '5.0'
1010
s.requires_arc = true
1111
s.source_files = 'HMSegmentedControl/*.{h,m}'

0 commit comments

Comments
 (0)