blob: e648218c680efb2038631ad23d03246ea82ae28c [file] [log] [blame]
{
"name": "cordova-plugin-console",
"version": "1.0.2",
"summary": "Cordova Console Plugin",
"description": "This plugin is meant to ensure that console.log() is as useful as it can be. It adds additional function for iOS, Ubuntu, Windows Phone 8, and Windows. If you are happy with how console.log() works for you, then you probably don't need this plugin.",
"homepage": "https://github.com/apache/cordova-plugin-console",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": "The Apache Software Foundation",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/apache/cordova-plugin-console.git",
"tag": "1.0.2"
},
"preserve_paths": [
"*.md",
"docs/**/*.md",
"www/*.js",
"www/ios/*.js"
],
"dependencies": {
"Cordova": [
">= 4.0.0"
]
},
"source_files": "src/ios/*.{h,m}",
"requires_arc": "true"
}