Skip to content

Commit

Permalink
Update podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dupont, Lucien authored and Dupont, Lucien committed Feb 21, 2018
1 parent 7c79a8e commit 81df931
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 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
Expand Down

0 comments on commit 81df931

Please sign in to comment.