blob: 3359318f5f5389e826555430bde135804c7879c3 [file] [log] [blame]
{
"name": "MMKeychain",
"version": "1.0",
"summary": "A simple wrapper around the keychain that securely stores NSStrings.",
"homepage": "https://github.com/greenisus/MMKeychain",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mike Mayo": "greenisus@gmail.com"
},
"source": {
"git": "https://github.com/greenisus/MMKeychain.git",
"tag": "1.0"
},
"source_files": "*.{h,m}",
"frameworks": "Security",
"requires_arc": true
}