blob: 3b43be4e5c819ad2b2a0f89d0b7ad0742e9f4cbc [file] [log] [blame]
{
"name": "cordova-plugin-webserver",
"version": "1.0.3",
"summary": "Cordova webserver Plugin",
"description": "Cordova WebServer Plugin",
"homepage": "https://github.com/revolunet/cordova-plugin-webserver",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Icenium": ""
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/revolunet/cordova-plugin-webserver.git"
},
"source_files": "src/ios/**/*",
"preserve_paths": [
"*.md",
"www/*.js",
"www/ios/*.js"
],
"requires_arc": true,
"libraries": "z",
"frameworks": [
"CFNetwork",
"SystemConfiguration",
"MobileCoreServices"
],
"dependencies": {
"Cordova": [
">= 4.0.1"
]
}
}