evgenyneu / Cosmos

A star rating control for iOS/tvOS written in Swift
MIT License
2.19k stars 368 forks source link

None of your spec sources contain a spec satisfying the dependency #65

Closed udayasri closed 7 years ago

udayasri commented 7 years ago

Hi , pod 'Cosmos', '~> 11.0' seems not working .I'm getting this error

None of your spec sources contain a spec satisfying the dependency: Cosmos (~> 11.0). Any idea about the error ? it it a branch issue ?

evgenyneu commented 7 years ago

Hi, thanks for reporting. I did some Googling and found this discussion. People recommend running pod repo update and and then do pod install again. If that does not help, try deleting Podfile.lock. Let me know if it helps. :)

udayasri commented 7 years ago

thanks a lot .. pod repo update worked fine ..

evgenyneu commented 7 years ago

No worries, I am glad it worked :)

Farouk16 commented 7 years ago

it doesn't work for me :/ when i run pod install it still tells me that there's an error

evgenyneu commented 7 years ago

@Farouk16, see my answer in #70.