Skip to content

Commit

Permalink
Merge pull request #125 from intuit/lwdupont-patch-1
Browse files Browse the repository at this point in the history
Update podspec with changes
  • Loading branch information
lwdupont authored Oct 9, 2019
2 parents 91869f6 + e6d29a4 commit ba2bdd7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions INTULocationManager.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = "INTULocationManager"
s.version = "4.3.2"
s.version = "4.4.0"
s.homepage = "https://github.com/intuit/LocationManager"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Lucien Dupont" => "lucien_dupont@intuit.com" }
s.source = { :git => "https://github.com/intuit/LocationManager.git", :tag => "v4.3.2" }
s.author = { "Lucien Dupont" => "lucien@chromedomesoftware.com" }
s.source = { :git => "https://github.com/intuit/LocationManager.git", :tag => "v4.4.0" }
s.source_files = 'LocationManager/INTULocationManager'
s.platform = :ios
s.ios.deployment_target = '9.0'
s.ios.deployment_target = '12.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 ba2bdd7

Please sign in to comment.