From d36f05dabadaffc1037e992ebafdcd3149c888b5 Mon Sep 17 00:00:00 2001 From: Kristina Thai Date: Sun, 18 Oct 2015 15:47:42 -0700 Subject: [PATCH] Update pod spec to v4.1.0 --- INTULocationManager.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INTULocationManager.podspec b/INTULocationManager.podspec index d80ef76..ddd255e 100644 --- a/INTULocationManager.podspec +++ b/INTULocationManager.podspec @@ -1,10 +1,10 @@ Pod::Spec.new do |s| s.name = "INTULocationManager" - s.version = "4.0.0" + s.version = "4.1.0" s.homepage = "https://github.com/intuit/LocationManager" s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { "Tyler Fox" => "tyler_fox@intuit.com" } - s.source = { :git => "https://github.com/intuit/LocationManager.git", :tag => "v4.0.0" } + s.source = { :git => "https://github.com/intuit/LocationManager.git", :tag => "v4.1.0" } s.source_files = 'LocationManager/INTULocationManager' s.platform = :ios s.ios.deployment_target = '6.0'