From 366d6fd9a45f538019a99bd7732e8fe924375941 Mon Sep 17 00:00:00 2001 From: Tyler Fox Date: Wed, 18 Mar 2015 10:04:08 -0700 Subject: [PATCH] Update podspec The recent changes are breaking, and thus require a new major version. --- INTULocationManager.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INTULocationManager.podspec b/INTULocationManager.podspec index 501fc68..8c48907 100644 --- a/INTULocationManager.podspec +++ b/INTULocationManager.podspec @@ -1,10 +1,10 @@ Pod::Spec.new do |s| s.name = "INTULocationManager" - s.version = "2.0.3" + s.version = "3.0.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 => "v2.0.3" } + s.source = { :git => "https://github.com/intuit/LocationManager.git", :tag => "v3.0.0" } s.source_files = 'Source' s.platform = :ios s.ios.deployment_target = '6.0'