| { |
| "name": "DrawingPDF", |
| "version": "1.0.1", |
| "summary": "A lightweight Swift PDFViewer that has built in drawing functionality.", |
| "description": "This PDFViewer takes a PDFDocument and gives you an efficient and easy way to draw on it. It allows you to draw, highlight, erase, add text, and use a lasso tool to move all lines", |
| "homepage": "https://github.com/jrosen081/PDFDrawingView", |
| "license": "MIT", |
| "authors": { |
| "jrosen081": "jrosen081@gmail.com" |
| }, |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "source": { |
| "git": "https://github.com/jrosen081/PDFDrawingView.git", |
| "tag": "1.0.1" |
| }, |
| "source_files": [ |
| "DrawingPDF", |
| "**/*.swift" |
| ], |
| "swift_version": "4.1" |
| } |