jrendel / SwiftKeychainWrapper

A simple wrapper for the iOS Keychain to allow you to use it in a similar fashion to User Defaults. Written in Swift.
MIT License
1.59k stars 340 forks source link

2.1.0 unable to get via CocoaPods #68

Closed pingd closed 7 years ago

pingd commented 8 years ago

There is no pod spec for SwiftKeychainWrapper 2.1.0 (https://github.com/CocoaPods/Specs/tree/master/Specs/SwiftKeychainWrapper) in CocoaPods.

Trying to get pod 'SwiftKeychainWrapper', '~> 2.1'" (or explicitly '2.1.0') with CP 1.0 or 1.1.0.rc2 fails with:

[!] Unable to satisfy the following requirements: - SwiftKeychainWrapper (~> 2.1) required by Podfile None of your spec sources contain a spec satisfying the dependency: SwiftKeychainWrapper (~> 2.1).

jrendel commented 8 years ago

I had issues previously with pushing to CocoaPods and never did get this pushed. You can point the pod directly at branch Swift2.3 for the time being. I will get this pushed to CocoaPods soon.