blob: f7aaef1da28975d66ea3dad5e9057b457eef31f6 [file] [log] [blame]
{
"name": "CordovaPlugin-media-capture",
"version": "0.2.3",
"summary": "Mirror of Apache Cordova Plugin media-capture",
"description": " A longer description of CordovaPlugin-media-capture in Markdown format.\n",
"homepage": "https://github.com/apache/CordovaPlugin-media-capture",
"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-media-capture.git",
"tag": "r0.2.3"
},
"source_files": "src/ios/*.{h,m}",
"resources": "src/ios/*.bundle",
"preserve_paths": [
"*.md",
"www/*.js",
"www/ios/*.js"
],
"frameworks": [
"CoreGraphics",
"MobileCoreServices",
"CoreMedia"
],
"requires_arc": true,
"dependencies": {
"Cordova": [
">= 3.0.0"
],
"Cordova/Plugins/File": [
]
}
}