diff --git a/HMSegmentedControl.podspec b/HMSegmentedControl.podspec index 0e2c4bd4..ab12d9f8 100644 --- a/HMSegmentedControl.podspec +++ b/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}'