blob: fdea8af71df42dd336bd50244ceff6963f33f55e [file] [log] [blame]
{
"name": "PDFAuthor",
"version": "0.0.12",
"summary": "A pure Swift library for generating PDF documents on iOS and MacOS",
"description": "A library designed for generating PDF documents. It supports using constraints to specify layout, provided by Cassowary.",
"homepage": "https://github.com/tribalworldwidelondon/PDFAuthor",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": "Tribal Worldwide London",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/tribalworldwidelondon/PDFAuthor.git",
"tag": "0.0.12"
},
"source_files": "Sources/PDFAuthor/**/*.{swift}",
"dependencies": {
"Cassowary": [
"~> 1.0.0"
]
}
}