-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CocoaPods GeoFire Dependency Outdated #127
Comments
Also I found there's no v3.0.0 release published in this repo. pod 'GeoFire', :git => 'https://github.com/firebase/geofire-objc.git', :branch => 'master' If possible, please publish the release and fix the CocoaPods distribution. Appreciate. |
+1 |
Is this something that will be published? I'm working on a project that requires GeoFire as a dependency of another pod's pubspec and because of this, I cannot update other Firebase tools. |
Yes, please, show some love to this repo! 👍 |
Is this repository still maintained? Should I fork it? I would prefer not to, honestly... |
Hey all, I'll update the podspec with a new release this week. |
Hey all, took a little over a week, but this is released in GeoFire 4.0.1 now. Please let me know if there are any issues. |
@morganchen12 What is the status on #64? |
It looks like the CocoaPods spec file for GeoFire is out of date as it list the wrong version of Firebase/Database as a dependency.
As you can see here (https://github.com/firebase/geofire-objc/blob/master/GeoFire.podspec), GeoFire depends on v6.0. However, on CocoaPods/Specs for GeoFire (https://github.com/CocoaPods/Specs/blob/9543734012238c33ea018af5a4381459c13f0916/Specs/2/8/4/GeoFire/3.0.0/GeoFire.podspec.json), v5.0 is listed as a dependency.
The text was updated successfully, but these errors were encountered: