blob: 0c6aed08f55dafb98b238ef19765ab937976886b [file] [log] [blame]
{
"name": "Strongbox",
"version": "0.2.0",
"summary": "Strongbox is a Swift utility class for storing data securely in the keychain. Use it to store small, sensitive bits of data securely.",
"homepage": "https://github.com/granoff/Strongbox",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mark H. Granoff": "mark@granoff.net"
},
"source": {
"git": "https://github.com/granoff/Strongbox.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/granoff",
"platforms": {
"ios": "10.0"
},
"source_files": "Strongbox/Classes/**/*",
"frameworks": "Security"
}