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