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