blob: be19b42355942b331800eaf82d278abedb0415e5 [file] [log] [blame]
{
"name": "Lockbox",
"version": "1.2.0",
"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": "1.2.0"
},
"source_files": "Lockbox.{h,m}",
"frameworks": "Security",
"requires_arc": false
}