blob: 046e797b065351c9cdb03770a4dd86148b4e7268 [file] [log] [blame]
{
"name": "PDFer",
"version": "0.0.2",
"summary": "Tool to generate table based PDF documents",
"swift_version": "4.2",
"description": "Allows the creation of PDF documents using a simple format.",
"homepage": "https://gitlab.com/rlaguilar/PDFer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"rlaguilar": "rlac1990@gmail.com"
},
"source": {
"git": "https://gitlab.com/rlaguilar/PDFer.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"PDFer/**/*",
"PDFer/**/**/*"
],
"exclude_files": [
"PDFer/Info.plist"
]
}