blob: 04f28553fc71111b84cfde18518e63d90034175c [file] [log] [blame]
{
"name": "Lockbox",
"version": "3.0.5",
"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.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Lockbox.{h,m}",
"frameworks": "Security",
"requires_arc": true
}