CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

Justin Williams

1pod

SGKeychain

SGKeychain is a class for working with the keychain on iOS and OS X. It has the following features:

  • Creating new keychain items
  • Fetching passwords from the keychain
  • Deleting items from your keychain
  • Supports keychain access groups for sharing a single keychain between multiple apps (not supported in the iPhone simulator)
  • Built for iOS 7/10.8 and above using automatic reference counting (ARC)
  • Unit tested

License: MIT

  • Objective C