blob: c892db7600465db0b80e8335ef6e0c5a0fa7cd12 [file] [log] [blame]
{
"name": "FDKeychain",
"version": "1.3.0",
"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.3.0"
},
"homepage": "https://github.com/reidmain/FDKeychain",
"authors": {
"Reid Main": "reidmain@gmail.com"
},
"social_media_url": "http://twitter.com/reidmain",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"frameworks": [
"Foundation",
"Security"
],
"requires_arc": true,
"source_files": [
"FDKeychain/**/*.{h,m}"
]
}