Skip to content

Commit

Permalink
Fixed one issue with the podspec file with cocoapods 1.8.2. It's stil…
Browse files Browse the repository at this point in the history
…l not liking :git and :tag for some reason when I do a pod spec lint.
  • Loading branch information
Lucien Dupont committed Oct 10, 2019
1 parent ba2bdd7 commit 2181464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INTULocationManager.podspec
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|
s.name = "INTULocationManager"
s.version = "4.4.0"
s.homepage = "https://github.com/intuit/LocationManager"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.license = 'MIT'
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'
Expand Down

0 comments on commit 2181464

Please sign in to comment.