Skip to content

Commit ba2bdd7

Browse files
authored
Merge pull request #125 from intuit/lwdupont-patch-1
Update podspec with changes
2 parents 91869f6 + e6d29a4 commit ba2bdd7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

INTULocationManager.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |s|
22
s.name = "INTULocationManager"
3-
s.version = "4.3.2"
3+
s.version = "4.4.0"
44
s.homepage = "https://github.com/intuit/LocationManager"
55
s.license = { :type => 'MIT', :file => 'LICENSE' }
6-
s.author = { "Lucien Dupont" => "lucien_dupont@intuit.com" }
7-
s.source = { :git => "https://github.com/intuit/LocationManager.git", :tag => "v4.3.2" }
6+
s.author = { "Lucien Dupont" => "lucien@chromedomesoftware.com" }
7+
s.source = { :git => "https://github.com/intuit/LocationManager.git", :tag => "v4.4.0" }
88
s.source_files = 'LocationManager/INTULocationManager'
99
s.platform = :ios
10-
s.ios.deployment_target = '9.0'
10+
s.ios.deployment_target = '12.0'
1111
s.requires_arc = true
1212
s.summary = "Easily get the device's current location on iOS."
1313
s.description = <<-DESC

0 commit comments

Comments
 (0)