[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / 1 / 9 / 0 / PDFAuthor / 0.1.5 / PDFAuthor.podspec.json
blobaabfab39c93fee011715757132323565a085aa70
2   "name": "PDFAuthor",
3   "version": "0.1.5",
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.5"
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"