spf2 / FirebaseAdapter

Swift UI toolkit that makes building scalable Firebase UIKit applications easier.
MIT License
9 stars 0 forks source link

FirebaseAdapter not available in Cocoapods #3

Closed bentacles closed 8 years ago

bentacles commented 8 years ago

The readme states to add pod 'FirebaseAdapter', '~> 0.3'

into the PodFile. However I get the error,

[!] Unable to find a specification for FirebaseAdapter

I searched on CocoaPods and came up empty.

spf2 commented 8 years ago

Hi,

Sorry, I have not added it to cocoapods directory yet. You should still be able to use FirebaseAdapter, but you'll need to fetch the code with git clone https://github.com/spf2/FirebaseAdapter.git. Ping this bug if you need more help from there.

bentacles commented 8 years ago

No worries. I created a submodule in my git project;

git submodule add https://github.com/spf2/FirebaseAdapter.git

Then added the following to the Podfile:

pod 'FirebaseAdapter’, :path=>’./FirebaseAdapter/’

bentacles commented 8 years ago

I'll close this issue.