blob: be9181e8d7bca075c3e4b611d8667da637c65788 [file] [log] [blame]
{
"name": "KeyStorage",
"version": "0.2.0",
"summary": "KeyStorage is a simple secure key persistance library written in Swift.",
"description": "Persist passwords, preferences, and other key information quickly, easily and securely using the Keychain or NSUserDefaults.",
"homepage": "https://github.com/benbahrenburg/KeyStorage",
"license": "MIT",
"authors": {
"Ben Bahrenburg": "hello@bencoding.com"
},
"source": {
"git": "https://github.com/benbahrenburg/KeyStorage.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/bencoding",
"platforms": {
"ios": "9.0"
},
"source_files": "KeyStorage/Classes/**/*",
"pushed_with_swift_version": "3.0"
}