Skip to content

Instantly share code, notes, and snippets.

@stepahn
Last active August 29, 2015 14:08
Show Gist options
  • Save stepahn/7b8b6916cde30ab64869 to your computer and use it in GitHub Desktop.
Save stepahn/7b8b6916cde30ab64869 to your computer and use it in GitHub Desktop.
{
"name": "CordovaPlugin-splashscreen",
"version": "0.3.4",
"summary": "Mirror of Apache Cordova Plugin splashscreen",
"description": " A longer description of CordovaPlugin-splashscreen in Markdown format.\n",
"homepage": "https://github.com/apache/CordovaPlugin-splashscreen",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"The Apache Software Foundation": "email@address.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen.git",
"tag": "r0.3.4"
},
"source_files": "src/ios/*.{h,m}",
"preserve_paths": [
"*.md",
"www/*.js",
"www/ios/*.js"
],
"frameworks": "CoreGraphics",
"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