blob: 0340f538290fc57cb2c64eee1055cfc26c36499c [file] [log] [blame]
{
"name": "SGKeychain",
"version": "1.1",
"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.1"
},
"social_media_url": "https://twitter.com/justin",
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "Classes",
"frameworks": "Security"
}