blob: b4a52be885d1e9122db5bfdcaba4a079e10d6677 [file] [log] [blame]
{
"name": "SecureNSUserDefaults",
"version": "1.0.1",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"summary": "NSUserDefaults category for iOS and Mac OS X with additional methods to securely save data using strong AES encryption.",
"homepage": "https://github.com/nielsmouthaan/SecureNSUserDefaults",
"authors": {
"Niels Mouthaan": "nielsmouthaan@me.com"
},
"source": {
"git": "https://github.com/nielsmouthaan/SecureNSUserDefaults.git",
"tag": "1.0.1"
},
"source_files": "SecureNSUserDefaults/SecureNSUserDefaults/*.{h,m}",
"requires_arc": true,
"dependencies": {
"CocoaSecurity": [
"~> 1.2.4"
]
},
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}