blob: c47cca6d45606a93208972a2b4a1151be7a80979 [file] [log] [blame]
{
"name": "SimplePDFSwift",
"version": "0.2.0",
"summary": "A Swift class to help generate simple PDF documents with page numbers and Table of Contents.",
"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",
"homepage": "https://github.com/ishaq/SimplePDF",
"license": "MIT",
"authors": {
"Muhammad Ishaq": "ishaq@involution.co"
},
"source": {
"git": "https://github.com/ishaq/SimplePDF.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}