arnesson / cordova-plugin-firebase

Cordova plugin for Google Firebase
http://arnesson.github.io/cordova-plugin-firebase
MIT License
1k stars 1.55k forks source link

Wrong Cocoapods source url #1126

Closed ciriousjoker closed 4 years ago

ciriousjoker commented 4 years ago

pod install hangs at "Downloading specs".

This is because the Cocoapods team changed their hosting.

Check this out: LINK

TLRD: Change the first line of "Podfile" to "source 'https://cdn.cocoapods.org/" instead of the Github thing.

ciriousjoker commented 4 years ago

I'm an idiot and posted this in the wrong project lol.

Here's the new issue over at cordova-ios: LINK