blob: 0e957243c58ec9f40631b71f9d14c1802ffd49ba [file] [log] [blame]
{
"name": "CordovaPlugin-file-transfer",
"version": "0.3.3",
"summary": "Mirror of Apache Cordova Plugin file-transfer",
"description": " A longer description of CordovaPlugin-file-transfer in Markdown format.\n",
"homepage": "https://github.com/apache/CordovaPlugin-file-transfer",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"The Apache Software Foundation": "email@address.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/apache/cordova-plugin-file-transfer.git",
"tag": "r0.3.3"
},
"source_files": "src/ios/*.{h,m}",
"preserve_paths": [
"*.md",
"www/*.js",
"www/ios/*.js"
],
"frameworks": "AssetsLibrary",
"requires_arc": true,
"dependencies": {
"Cordova": [
">= 3.0.0"
],
"Cordova/Plugins/File": [
]
}
}