blob: 22ed9df8e459b05218df7a27859a82efb7b72e82 [file] [log] [blame]
{
"name": "GHKeychain",
"version": "1.2.7",
"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.7"
},
"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"
],
"platforms": {
"ios": "6.0",
"osx": "10.6"
}
}