File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "HMSegmentedControl"
3- s . version = "1.4.0 "
3+ s . version = "1.5 "
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.4.0 " }
8+ s . source = { :git => "https://github.com/HeshamMegid/HMSegmentedControl.git" , :tag => "v1.5 " }
99 s . platform = :ios , '7.0'
1010 s . requires_arc = true
1111 s . source_files = 'HMSegmentedControl/*.{h,m}'
You can’t perform that action at this time.
0 commit comments