blob: 2abcebd5bad417e0dec465ec12f6ef924964b4dc [file] [log] [blame]
{
"name": "FDKeychain",
"version": "1.2.0",
"summary": "Save, load and delete items from the keychain with a single Objective-C message.",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"homepage": "https://github.com/reidmain/FDKeychain",
"authors": "Reid Main",
"social_media_url": "http://twitter.com/reidmain",
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/reidmain/FDKeychain.git",
"tag": "1.2.0"
},
"source_files": "FDKeychain/**/*.{h,m}",
"frameworks": [
"Foundation",
"Security"
],
"requires_arc": true
}