Skip to content

Commit 2181464

Browse files
author
Lucien Dupont
committed
Fixed one issue with the podspec file with cocoapods 1.8.2. It's still not liking :git and :tag for some reason when I do a pod spec lint.
1 parent ba2bdd7 commit 2181464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

INTULocationManager.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Pod::Spec.new do |s|
22
s.name = "INTULocationManager"
33
s.version = "4.4.0"
44
s.homepage = "https://github.com/intuit/LocationManager"
5-
s.license = { :type => 'MIT', :file => 'LICENSE' }
5+
s.license = 'MIT'
66
s.author = { "Lucien Dupont" => "[email protected]" }
77
s.source = { :git => "https://github.com/intuit/LocationManager.git", :tag => "v4.4.0" }
88
s.source_files = 'LocationManager/INTULocationManager'

0 commit comments

Comments
 (0)