blob: e0fd9b03f4e28589d82e5a427aa96f0256b7913d [file] [log] [blame]
{
"name": "CordovaPlugin-dialogs",
"version": "0.2.8",
"summary": "Mirror of Apache Cordova Plugin dialogs",
"description": "A longer description of CordovaPlugin-dialogs in Markdown format.\n",
"homepage": "https://github.com/apache/cordova-plugin-dialogs",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"The Apache Software Foundation": "email@address.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/apache/cordova-plugin-dialogs.git",
"tag": "r0.2.8"
},
"source_files": "src/ios/*.{h,m}",
"resources": "src/ios/*.bundle",
"preserve_paths": [
"*.md",
"www/*.js",
"www/ios/*.js"
],
"weak_frameworks": "AudioToolbox",
"requires_arc": true,
"dependencies": {
"Cordova": [
">= 3.0.0"
]
}
}