blob: 807359980acbd95023f649733c78bb7380897238 [file] [log] [blame]
{
"name": "PDFAuthor",
"version": "0.1.4",
"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.1.4"
},
"source_files": "Sources/PDFAuthor/**/*.{swift}",
"swift_versions": "4.2",
"dependencies": {
"Cassowary": [
"~> 2.0.1"
]
},
"swift_version": "4.2"
}