Skip to content

Commit

Permalink
Update the podspec to 4.3.2 (I messed up not checking this file in be…
Browse files Browse the repository at this point in the history
…fore I tagged).
  • Loading branch information
Dupont, Lucien authored and Dupont, Lucien committed Sep 15, 2018
1 parent 187a6b5 commit ab57f35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INTULocationManager.podspec
@@ -1,10 +1,10 @@
Pod::Spec.new do |s|
s.name = "INTULocationManager"
s.version = "4.3.0"
s.version = "4.3.2"
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.0" }
s.source = { :git => "https://github.com/intuit/LocationManager.git", :tag => "v4.3.2" }
s.source_files = 'LocationManager/INTULocationManager'
s.platform = :ios
s.ios.deployment_target = '9.0'
Expand Down

0 comments on commit ab57f35

Please sign in to comment.