[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / 1 / 9 / 0 / PDFAuthor / 0.0.4 / PDFAuthor.podspec.json
blob02568a062f3173e24c94277d219395ea489f8ec0
2   "name": "PDFAuthor",
3   "version": "0.0.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.0.4"
18   },
19   "source_files": "Sources/PDFAuthor/**/*.{swift}",
20   "dependencies": {
21     "Cassowary": [
22       "~> 0.1.2"
23     ]
24   },
25   "pushed_with_swift_version": "4"