blob: 5805465e63d54d62ab8cea363309c4e693b30e58 [file] [log] [blame]
{
"name": "PDFAuthor",
"version": "0.0.5",
"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.5"
},
"source_files": "Sources/PDFAuthor/**/*.{swift}",
"dependencies": {
"Cassowary": [
"~> 1.0.0"
]
},
"pushed_with_swift_version": "4"
}