Last active
August 29, 2015 14:08
-
-
Save stepahn/b0fa89b0dd3a1954d463 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "CordovaPlugin-console", | |
"version": "0.2.11", | |
"summary": "Mirror of Apache Cordova Plugin console", | |
"description": "A longer description of CordovaPlugin-console in Markdown format.", | |
"homepage": "https://github.com/apache/cordova-plugin-console.git", | |
"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-console.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