bvogelzang / SevenSwitch

iOS7 style drop in replacement for UISwitch
MIT License
777 stars 193 forks source link

CocoaPods Issue #28

Closed Bierrot closed 9 years ago

Bierrot commented 9 years ago

When I add " pod 'SevenSwitch', '~> 2.0' " to my Podfile and try to install, I got this error :

[!] Unable to satisfy the following requirements:

CocoaPods website only find SevenSwitch1.4.0.

Thanks.

jimijon commented 9 years ago

Same here.

lucasgerard commented 9 years ago

Same, thanks

bvogelzang commented 9 years ago

SevenSwitch 2.0.0 has been submitted to CocoaPods. Keep in mind you'll have to update CocoaPods to the pre-release version (0.36.0.rc.1) in order to properly use SevenSwitch since Swift support has not been officially released yet. This was part of the reason for the delay.

To update to pre-release: [sudo] gem install cocoapods --pre

More information can be found at: http://blog.cocoapods.org/Pod-Authors-Guide-to-CocoaPods-Frameworks/