blob: 9156922d6454235536d32558bdf5b34368a6b3bf [file] [log] [blame]
{
"name": "Strongbox",
"version": "0.3.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.3.0"
},
"social_media_url": "https://twitter.com/granoff",
"platforms": {
"ios": "10.0"
},
"source_files": "Strongbox/Classes/**/*",
"frameworks": "Security",
"pushed_with_swift_version": "3.0"
}