Skip to content

Instantly share code, notes, and snippets.

@noris666
Created June 5, 2017 20:07
Show Gist options
  • Save noris666/03b94f6fdc42efb7fe828899a5d63130 to your computer and use it in GitHub Desktop.
Save noris666/03b94f6fdc42efb7fe828899a5d63130 to your computer and use it in GitHub Desktop.
Additional package.json for cordova https://github.com/etabard/Cordova-PDFReader-IOS
{
"name": "PDFReader",
"version": "1.0.0",
"description": "Cordova plugin to view PDF files on iOS",
"cordova": {
"id": "com.lesfrancschatons.cordova.plugins.pdfreader",
"platforms": [
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/etabard/Cordova-PDFReader-IOS"
},
"keywords": [
"cordova",
"ios",
"pdf",
"ecosystem:cordova",
"cordova-ios"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"author": "Georgiy Trokovets",
"license": "MIT"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment