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.0 not available on CocoaPods #44

Closed gamenerds closed 8 years ago

gamenerds commented 8 years ago

When I try 'pod install'

[!] Unable to satisfy the following requirements:

None of your spec sources contain a spec satisfying the dependency: SwiftKeychainWrapper (~> 2.0).

I of course tried 'pod repo update'.

jrendel commented 8 years ago

I have not yet pushed the changes in the dev branch (i.e. 2.0) to master yet and update cocoa pods. I'll try and get to that this week, maybe even tonight I may have time.

jrendel commented 8 years ago

Forgot to update this, but 2.0 has been pushed to CocoaPods for a few weeks now.

sl-georgejimenez commented 8 years ago

Hello jrendel, I'm getting the same error. I'm not sure if is there any problem in the repo right now?