marcosgriselli / ViewAnimator

ViewAnimator brings your UI to life with just one line
MIT License
7.3k stars 488 forks source link

Cannot install as pod #15

Closed evanzombie closed 7 years ago

evanzombie commented 7 years ago

Expected Behavior

Install through pod install

Actual Behavior

[!] Unable to find a specification for ViewAnimator [!] Unable to find a specification for ViewAnimator (~> 1.0) [!] Unable to find a specification for ViewAnimator (~> 1.0.2)

marcosgriselli commented 7 years ago

That's an issue with your spec repo, you'll need to run pod repo update.

You can read more about it in CocoaPods/CocoaPods#3877.

evanzombie commented 6 years ago

Thank you. Runningpod repo update makes it work.