blob: dd6f26b6047ad6d6fda0816e39c9e115921d8c61 [file] [log] [blame]
{
"name": "PDFAuthor",
"version": "0.1.1",
"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.1"
},
"source_files": "Sources/PDFAuthor/**/*.{swift}",
"dependencies": {
"Cassowary": [
"~> 2.0.0"
]
}
}