firebase / geofire-objc

GeoFire for Objective-C - Realtime location queries with Firebase
MIT License
435 stars 176 forks source link

CocoaPods GeoFire Dependency Outdated #127

Closed mleifer6 closed 4 years ago

mleifer6 commented 5 years ago

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.

scm573 commented 5 years ago

Also I found there's no v3.0.0 release published in this repo. So currently we have to specify the branch

pod 'GeoFire', :git => 'https://github.com/firebase/geofire-objc.git', :branch => 'master'

If possible, please publish the release and fix the CocoaPods distribution. Appreciate.

hanawat commented 4 years ago

If possible, please publish the release and fix the CocoaPods distribution.

+1

chrispypatt commented 4 years ago

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.

brokenseal commented 4 years ago

Yes, please, show some love to this repo! 👍

brokenseal commented 4 years ago

Is this repository still maintained? Should I fork it? I would prefer not to, honestly...

morganchen12 commented 4 years ago

Hey all, I'll update the podspec with a new release this week.

morganchen12 commented 4 years ago

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.

vaibhav-jhaveri-ds commented 4 years ago

@morganchen12 What is the status on #64?