blob: 8c58ef721738daf7c31064c27cc338f6dbd3aee2 [file] [log] [blame]
{
"name": "GHKeychain",
"version": "1.2.6",
"summary": "Keychain library for Mac and iOS.",
"homepage": "https://github.com/soffes/sskeychain",
"authors": {
"Gabriel Handford": "gabrielh@gmail.com"
},
"source": {
"git": "https://github.com/gabriel/GHKeychain.git",
"tag": "1.2.6"
},
"description": "Framework for using the Keychain in Mac OS X and iOS.",
"source_files": "GHKeychain/*.{h,m}",
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"frameworks": [
"Security",
"Foundation"
]
}