blob: 6b295db96776521e41a7093d7f49f4181e4a10ce [file] [log] [blame]
{
"name": "SecureNSUserDefaults",
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"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.0"
},
"source_files": "SecureNSUserDefaults/SecureNSUserDefaults/*.{h,m}",
"requires_arc": true,
"dependencies": {
"CocoaSecurity": [
"~> 1.2.1"
]
}
}