[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 9 / 0 / PDFAuthor / 0.0.7 / PDFAuthor.podspec.json
blob730a2dc675274aed3c3113a8cf4cd4be0158a683
2   "name": "PDFAuthor",
3   "version": "0.0.7",
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.7"
18   },
19   "source_files": "Sources/PDFAuthor/**/*.{swift}",
20   "dependencies": {
21     "Cassowary": [
22       "~> 1.0.0"
23     ]
24   }