evgenyneu / Cosmos

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

Failed to download 'Cosmos'. #99

Closed akjesto closed 6 years ago

akjesto commented 6 years ago

I got the following error when I tried 'pod install' command in my terminal

Pre-downloading: Cosmos from https://github.com/evgenyneu/Cosmos.git, branch swift-4.0

[!] Error installing Cosmos [!] Failed to download 'Cosmos'.

My podfile look like this pod 'Cosmos', :git => 'https://github.com/evgenyneu/Cosmos.git', :branch => 'swift-4.0'

My pod version is 1.4

evgenyneu commented 6 years ago

Hi, I think it fails because there is no branch swift-4.0 anymore. You can try using the latest version instead, as shown in the setup section of the readme.

evgenyneu commented 6 years ago

Closing the issue. Feel free to reopen if needed.