blob: 18dfe63349f498fd536a81db866a0c42758eeb82 [file] [log] [blame]
{
"name": "KeyStorage",
"version": "0.1.5",
"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": "hello@bencoding.com"
},
"source": {
"git": "https://github.com/benbahrenburg/KeyStorage.git",
"tag": "0.1.5"
},
"social_media_url": "https://twitter.com/bencoding",
"platforms": {
"ios": "9.0"
},
"source_files": "KeyStorage/Classes/**/*",
"pushed_with_swift_version": "3.0"
}