blob: 8c96268d1fc98b5851e0dcbcc74599e0e9e24c92 [file] [log] [blame]
{
"name": "SGKeychain",
"version": "1.0.0",
"summary": "SGKeychain is a class for working with the keychain on iOS and OS X.",
"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",
"homepage": "https://github.com/secondgear/SGKeychain",
"license": "MIT",
"authors": {
"Justin Williams": "justinw@me.com"
},
"source": {
"git": "https://github.com/secondgear/SGKeychain.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/justin",
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "Classes",
"frameworks": "Security"
}