blob: 0d748b21ba6e03c7f8e7ad3169fea943f67a77dd [file] [log] [blame]
{
"name": "CordovaPlugin-camera",
"version": "0.3.1",
"summary": "Mirror of Apache Cordova Plugin camera",
"description": "A longer description of CordovaPlugin-camera in Markdown format.",
"homepage": "https://github.com/apache/cordova-plugin-camera",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": "The Apache Software Foundation",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/apache/cordova-plugin-camera.git",
"tag": "r0.3.1"
},
"source_files": "src/ios/*.{h,m}",
"preserve_paths": [
"*.md",
"www/*.js",
"www/ios/*.js"
],
"frameworks": [
"CoreLocation",
"CoreGraphics",
"AssetsLibrary",
"MobileCoreServices"
],
"weak_frameworks": "ImageIO",
"requires_arc": true,
"dependencies": {
"Cordova": [
">= 3.0.0"
]
}
}