[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / 9 / 0 / PDFAuthor / 0.1.0 / PDFAuthor.podspec.json
blobc7fae9cd1387279019291de5f9809918166f7ff3
2   "name": "PDFAuthor",
3   "version": "0.1.0",
4   "summary": "A pure Swift library for generating PDF documents on iOS and MacOS",
5   "description": "A library designed for generating PDF documents. It supports using constraints to specify layout, provided by Cassowary.",
6   "homepage": "https://github.com/tribalworldwidelondon/PDFAuthor",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": "Tribal Worldwide London",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/tribalworldwidelondon/PDFAuthor.git",
17     "tag": "0.1.0"
18   },
19   "source_files": "Sources/PDFAuthor/**/*.{swift}",
20   "dependencies": {
21     "Cassowary": [
22       "~> 1.0.0"
23     ]
24   }