blob: 8346cda2b2ebb6c9c05c74f4b95a7c186f2f14a1 [file] [log] [blame]
{
"name": "Lockbox",
"version": "3.0.3",
"license": "MIT",
"summary": "Lockbox is an Objective-C utility class for storing data securely in the keychain. Use it to store small, sensitive bits of data securely.",
"homepage": "https://github.com/granoff/Lockbox",
"authors": "Mark H. Granoff",
"source": {
"git": "https://github.com/granoff/Lockbox.git",
"tag": "3.0.3"
},
"platforms": {
"ios": null
},
"source_files": "Lockbox.{h,m}",
"frameworks": "Security",
"requires_arc": true
}