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