blob: 032d26968791c9c52bee393f3480f1b44b8e991a [file] [log] [blame]
{
"name": "CordovaPlugin-dialogs",
"version": "0.2.2",
"summary": "Mirror of Apache Cordova Plugin dialogs",
"description": " A longer description of CordovaPlugin-dialogs in Markdown format.\n",
"homepage": "https://github.com/apache/CordovaPlugin-dialogs",
"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-dialogs.git",
"tag": "r0.2.2"
},
"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"
]
}
}