blob: 921e05d2a67d39e63a745d4ce0b72b367b81af4f [file] [log] [blame]
{
"name": "FDKeychain",
"version": "1.2.1",
"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.1"
},
"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}"
}