blob: 4eae54e1e7cb43562d1e3138f80f3999001ca1ef [file] [log] [blame]
{
"name": "cordova-plugin-dialogs",
"version": "1.2.0",
"summary": "Cordova Notification Plugin",
"description": "This plugin provides access to some native dialog UI elements via a global navigator.notification object.",
"homepage": "https://github.com/apache/cordova-plugin-dialogs",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": "The Apache Software Foundation",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/apache/cordova-plugin-dialogs.git",
"tag": "1.2.0"
},
"preserve_paths": [
"*.md",
"docs/**/*.md",
"www/*.js",
"www/ios/*.js"
],
"dependencies": {
"Cordova": [
">= 4.0.0"
]
},
"source_files": "src/ios/*.{h,m}",
"weak_frameworks": [
"AudioToolbox"
],
"requires_arc": "true"
}