4 "summary": "SGKeychain is a class for working with the keychain on iOS and OS X.",
5 "description": " SGKeychain is a class for working with the keychain on iOS and OS X. It has the following features:\n\n * Creating new keychain items\n * Fetching passwords from the keychain\n * Deleting items from your keychain\n * Supports keychain access groups for sharing a single keychain between multiple apps (not supported in the iPhone simulator)\n * Built for iOS 7/10.8 and above using automatic reference counting (ARC)\n * Unit tested\n",
6 "homepage": "https://github.com/secondgear/SGKeychain",
9 "Justin Williams": "justinw@me.com"
12 "git": "https://github.com/secondgear/SGKeychain.git",
15 "social_media_url": "https://twitter.com/justin",
21 "source_files": "Classes",
22 "frameworks": "Security"