blob: 34d9ea663402b3d28608efc47d985a8cf60d5916 [file] [log] [blame]
{
"name": "UDWrapper",
"version": "0.1.0",
"summary": "UDWrapper is a User Defaults wrapper but ciphers content with a random installation key",
"description": "UDWrapper offers another degree of security to UserDetault store data, because data stored in it will not be visisble on extracting de app from device",
"homepage": "https://github.com/JaCaLla/UDWrapper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Javier Calatrava Llaveria": "javi.calatrava@gmail.com"
},
"source": {
"git": "https://github.com/JaCaLla/UDWrapper.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"source_files": "UDWrapper/Classes/**/*",
"dependencies": {
"CryptoSwift": [
],
"SwiftKeychainWrapper": [
"~> 3.0.1"
]
}
}