ApplikeySolutions / PandoraPlayer

🅿️ PandoraPlayer is a lightweight music player for iOS, based on AudioKit and completely written in Swift.
https://applikeysolutions.com/
MIT License
1.19k stars 179 forks source link

cocopods [!] Unable to find a specification for `PandoraPlayer` #2

Closed Xlff closed 7 years ago

Xlff commented 7 years ago

ruti

AppliKey commented 7 years ago

We suppose that there is a problem with your pod master repo. Delete and download it again.

You can do: pod repo remove master pod setup pod install

Or: sudo rm -fr ~/.cocoapods/repos/master pod setup pod install

LittleLydia commented 7 years ago

I have done this, but it just always appears!

AppliKey commented 7 years ago

Try: pod repo update

Please also check if the platform in your Podfile compatible with the spec's minimum deployment target.