[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / d / 0 / SimplePDFSwift / 0.1.1 / SimplePDFSwift.podspec.json
blob28b22648ecb8f4caae26707620bf584f08e0b149
2   "name": "SimplePDFSwift",
3   "version": "0.1.1",
4   "summary": "A Swift class to help generate simple PDF documents with page numbers and Table of Contents.",
5   "description": "SimplePDF is a Swift class to create PDF documents with page numbers and table of contents. SimplePDF generated document may have:\n\n* Headings (H1 - H6) and Body Text.\n* Images (with captions), multiple images per row.\n* Multi column text (can be used for borderless tables too)\n* UIView instances (good for cover pages, etc)\n* Any attributed string",
6   "homepage": "https://github.com/ishaq/SimplePDF",
7   "license": "MIT",
8   "authors": {
9     "Muhammad Ishaq": "ishaq@involution.co"
10   },
11   "source": {
12     "git": "https://github.com/ishaq/SimplePDF.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "SimplePDF": [
22       "Pod/Assets/*.png"
23     ]
24   }