blob: 5b4e588bebd3b71c168d00c032856bcf2fea93a3 [file] [log] [blame]
{
"name": "PDFAuthor",
"version": "0.1.2",
"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.2"
},
"source_files": "Sources/PDFAuthor/**/*.{swift}",
"dependencies": {
"Cassowary": [
"~> 2.0.1"
]
}
}