blob: 808978ce0f28ce4f15da6b12bf88fcad9e00e60b [file] [log] [blame]
{
"name": "RFKeychain",
"version": "0.1",
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"license": "MIT",
"summary": "Keychain wrapper for iOS and Mac OS X.",
"homepage": "https://github.com/rheinfabrik/RFKeychain",
"authors": {
"Tim Brückmann": "tim@rheinfabrik.de"
},
"source": {
"git": "https://github.com/rheinfabrik/RFKeychain.git",
"tag": "0.1"
},
"source_files": "RFKeychain.{h,m}",
"requires_arc": true,
"frameworks": "Security"
}