blob: bbfbcc080c92b5e5b1e7146d84970caf423200aa [file] [log] [blame]
{
"name": "CordovaPlugin-device",
"version": "0.2.9",
"summary": "Mirror of Apache Cordova Plugin device",
"description": "A longer description of CordovaPlugin-device in Markdown format.",
"homepage": "https://github.com/apache/cordova-plugin-device",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": "The Apache Software Foundation",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/apache/cordova-plugin-device.git",
"tag": "r0.2.9"
},
"source_files": "src/ios/*.{h,m}",
"preserve_paths": [
"*.md",
"www/*.js",
"www/ios/*.js"
],
"requires_arc": true,
"dependencies": {
"Cordova": [
">= 3.0.0",
"< 3.4.1"
]
}
}