blob: 7c65d18e13e93031ab460dffd41734b458229b20 [file] [log] [blame]
{
"name": "Strongbox",
"version": "0.5.1",
"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.5.1"
},
"social_media_url": "https://twitter.com/granoff",
"platforms": {
"ios": "9.0",
"watchos": "3.0",
"tvos": "9.0"
},
"source_files": "Strongbox/Classes/**/*",
"frameworks": "Security",
"pushed_with_swift_version": "3.0"
}