From 188694070a05fc2afe799093e7a58bab892ae37c Mon Sep 17 00:00:00 2001 From: Hesham Abd-Elmegid Date: Sat, 20 May 2017 16:48:38 +0200 Subject: [PATCH] Updates podfile. --- HMSegmentedControl.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HMSegmentedControl.podspec b/HMSegmentedControl.podspec index 5ad0e1d7..80b6add0 100644 --- a/HMSegmentedControl.podspec +++ b/HMSegmentedControl.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "HMSegmentedControl" - s.version = "1.5.3" + s.version = "1.5.4" 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.5.3" } + s.source = { :git => "https://github.com/HeshamMegid/HMSegmentedControl.git", :tag => "v1.5.4" } s.platform = :ios, '7.0' s.requires_arc = true s.source_files = 'HMSegmentedControl/*.{h,m}'