Skip to content

Commit

Permalink
Merge pull request #86 from mikehaney24/patch-1
Browse files Browse the repository at this point in the history
Update GeoFire.podspec to dep on Database 4.0
  • Loading branch information
jdimond committed May 22, 2017
2 parents dbb8d19 + ad6c150 commit 96d6463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GeoFire.podspec
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.source_files = "GeoFire/**/*.{h,m}"
s.documentation_url = "https://geofire-ios.firebaseapp.com/docs/"
s.ios.deployment_target = '7.0'
s.ios.dependency 'Firebase/Database', '~> 3.2'
s.ios.dependency 'Firebase/Database', '~> 4.0'
s.framework = 'CoreLocation'
s.requires_arc = true
end

1 comment on commit 96d6463

@charlie884
Copy link

@charlie884 charlie884 commented on 96d6463 May 16, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

help, this commit doesn't work any more for nativescript the versión of firebase is 5
what can i do?

Please sign in to comment.