Skip to content

Commit a331c13

Browse files
authored
Merge pull request #151 from firebase/mc/7
Fix error in podspec
2 parents 379b1b7 + 24515ba commit a331c13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GeoFire.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Pod::Spec.new do |s|
55
s.homepage = "https://github.com/firebase/geofire-objc"
66
s.license = { :type => 'MIT', :file => 'LICENSE' }
77
s.author = "Firebase"
8-
s.source = { :git => "https://github.com/firebase/geofire-objc.git", :tag => 'v' + s.version }
8+
s.source = { :git => "https://github.com/firebase/geofire-objc.git", :tag => 'v' + s.version.to_s }
99
s.ios.deployment_target = '10.0'
1010
s.requires_arc = true
1111
s.default_subspec = 'Database'

0 commit comments

Comments
 (0)