blob: f13980d5c8f02e653d50cf88d87259332364bc83 [file] [log] [blame]
{
"name": "CordovaPlugin-console",
"version": "0.2.10",
"summary": "Mirror of Apache Cordova Plugin console",
"description": "A longer description of CordovaPlugin-console in Markdown format.",
"homepage": "https://github.com/apache/cordova-plugin-console.git",
"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-console.git",
"tag": "r0.2.10"
},
"source_files": "src/ios/*.{h,m}",
"preserve_paths": [
"*.md",
"www/*.js",
"www/ios/*.js"
],
"requires_arc": true,
"dependencies": {
"Cordova": [
">= 3.0.0"
]
}
}