There was an error while loading. Please reload this page.
2 parents 379b1b7 + 24515ba commit a331c13Copy full SHA for a331c13
1 file changed
GeoFire.podspec
@@ -5,7 +5,7 @@ Pod::Spec.new do |s|
5
s.homepage = "https://github.com/firebase/geofire-objc"
6
s.license = { :type => 'MIT', :file => 'LICENSE' }
7
s.author = "Firebase"
8
- s.source = { :git => "https://github.com/firebase/geofire-objc.git", :tag => 'v' + s.version }
+ s.source = { :git => "https://github.com/firebase/geofire-objc.git", :tag => 'v' + s.version.to_s }
9
s.ios.deployment_target = '10.0'
10
s.requires_arc = true
11
s.default_subspec = 'Database'
0 commit comments