blob: b31d249bccdb95dddec6535e86402aad73d274d3 [file] [log] [blame]
{
"name": "KeyStorage",
"version": "0.1.4",
"summary": "Simplifying securely working with key information",
"description": "KeyStorage makes working with key information (passwords, preferences, etc) quick, easily and secure. KeyStorage is a type safe persistance layer built on top of the iOS KeyChain and NSUserDefaults.",
"homepage": "https://github.com/benbahrenburg/KeyStorage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ben Bahrenburg": "@bencoding"
},
"source": {
"git": "https://github.com/benbahrenburg/KeyStorage.git",
"tag": "0.1.4"
},
"social_media_url": "https://twitter.com/bencoding",
"platforms": {
"ios": "9.0"
},
"source_files": "KeyStorage/Classes/**/*",
"pushed_with_swift_version": "3.0"
}