blob: b7692f8d971c8070bdf50073ad2ad5ec0ef35a17 [file] [log] [blame]
{
"name": "cordova-plugin-file",
"version": "4.3.0",
"summary": "Cordova File Plugin",
"description": "This plugin implements a File API allowing read/write access to files residing on the device.",
"homepage": "https://github.com/apache/cordova-plugin-file",
"license": {
"type": "Apache License, Version 2.0",
"text": " \"type\": \"Apache License, Version 2.0\",\n \"text\": \" Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n \n http://www.apache.org/licenses/LICENSE-2.0\n \n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n\"\n"
},
"authors": {
"The Adobe PhoneGap Team": ""
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/apache/cordova-plugin-file.git",
"tag": "4.3.0"
},
"source_files": "src/ios/*.{h,m}",
"preserve_paths": [
"*.md",
"docs/**/*.md",
"www/*.js",
"www/ios/*.js"
],
"requires_arc": true,
"frameworks": [
"AssetsLibrary",
"MobileCoreServices"
],
"dependencies": {
"Cordova": [
">= 4.3.0"
]
}
}