From 81df931daf236733b3c6c2a5d39ca0381f6f75bd Mon Sep 17 00:00:00 2001 From: "Dupont, Lucien" Date: Tue, 20 Feb 2018 18:40:27 -0800 Subject: [PATCH] Update podspec. --- INTULocationManager.podspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/INTULocationManager.podspec b/INTULocationManager.podspec index d8c6fc0..6d35cf9 100644 --- a/INTULocationManager.podspec +++ b/INTULocationManager.podspec @@ -1,13 +1,13 @@ Pod::Spec.new do |s| s.name = "INTULocationManager" - s.version = "4.2.0" + s.version = "4.3.0" s.homepage = "https://github.com/intuit/LocationManager" s.license = { :type => 'MIT', :file => 'LICENSE' } - s.author = { "Jason Hall" => "Jason_Hall2@intuit.com" } - s.source = { :git => "https://github.com/intuit/LocationManager.git", :tag => "v4.2.0" } + s.author = { "Lucien Dupont" => "lucien_dupont@intuit.com" } + s.source = { :git => "https://github.com/intuit/LocationManager.git", :tag => "v4.3.0" } s.source_files = 'LocationManager/INTULocationManager' s.platform = :ios - s.ios.deployment_target = '6.0' + s.ios.deployment_target = '9.0' s.requires_arc = true s.summary = "Easily get the device's current location on iOS." s.description = <<-DESC