Skip to content

Instantly share code, notes, and snippets.

@stepahn
Last active August 29, 2015 14:08
Show Gist options
  • Save stepahn/15f5067e920b1e324825 to your computer and use it in GitHub Desktop.
Save stepahn/15f5067e920b1e324825 to your computer and use it in GitHub Desktop.
{
"name": "CordovaPlugin-device",
"version": "0.2.11",
"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": "6.0"
},
"source": {
"git": "https://git-wip-us.apache.org/repos/asf/cordova-plugin-device.git",
"tag": "r0.2.11"
},
"source_files": "src/ios/*.{h,m}",
"preserve_paths": [
"*.md",
"www/*.js",
"www/ios/*.js"
],
"requires_arc": true,
"dependencies": {
"Cordova": [
">= 3.0.0"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment