blob: ba26675a9f78a130ef6359517b62bc262dd18489 [file] [log] [blame]
{
"name": "nl-afas-cordova-plugin-securelocalstorage",
"version": "0.0.1",
"summary": "This plugin will store local data encrypted using the IOS keychain from original repo version tag 0.1.14",
"description": "This plugin will store local data encrypted using the IOS keychain",
"homepage": "https://github.com/adelmojunnior/nl-afas-cordova-plugin-securelocalstorage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"adelmojunnior@gmail.com": "adelmojunnior@gmail.com"
},
"source": {
"git": "https://github.com/adelmojunnior/nl-afas-cordova-plugin-securelocalstorage.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "src/**/*",
"requires_arc": true,
"public_header_files": "src/**/*.h",
"dependencies": {
"Cordova": [
">= 4.3.0"
]
}
}