evgenyneu / Cosmos

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

Update to swift 5 #138

Closed jamalalayq closed 5 years ago

jamalalayq commented 5 years ago

Please update .swift-version to 5

evgenyneu commented 5 years ago

Thanks for reporting, @jamalalayq. What kind of issues are you having? We've checked (#137) the current version of Cosmos in Xcode 10.2, it worked fine.

jamalalayq commented 5 years ago

Dear, after update Cosmos to to lastest version, still Xcode give warning to update Cosmos to version 5 after check Cosmos source code on Githup i found (.swift-version) file still Swift version is 4.2, i think issue in this file.

evgenyneu commented 5 years ago

You are right @jamalalayq, I've missed this problem. This now has been fixed in version 19. It needs to be used with CocoaPods 1.7.0 (install beta with gem install cocoapods --pre if you don't have it yet). Thanks!