RxFirebase-Deprecated
RxFirebase-Deprecated copied to clipboard
Podspec weirdness (Firebase/Google private pods don't line up properly)
I'm looking at FirebaseUI podspec and it looks like they've created a private framework zip:
s.source = { :http => 'https://dl.google.com/firebase/firebaseui/ios/0_4_0/FirebaseUIFrameworks.zip' } source - line 8
Then defined in the dependencies and path around to point where the frameworks are:
database.vendored_frameworks = ["FirebaseUIFrameworks/Database/Frameworks/FirebaseDatabaseUI.framework"] source - line 21
So I think the easiest way to do this is to follow this structure.
- Create a frameworks.zip
- Source the framework as a spec.vendored_frameworks = ["path_here"]
- Success? 🆗 ?
Can we host that zip on github? Or should we just dump it into the new Firebase Storage? haha