[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / 9 / 0 / PDFAuthor / 0.1.4 / PDFAuthor.podspec.json
blob807359980acbd95023f649733c78bb7380897238
2   "name": "PDFAuthor",
3   "version": "0.1.4",
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.4"
18   },
19   "source_files": "Sources/PDFAuthor/**/*.{swift}",
20   "swift_versions": "4.2",
21   "dependencies": {
22     "Cassowary": [
23       "~> 2.0.1"
24     ]
25   },
26   "swift_version": "4.2"