blob: 7f83b1b014cdd1ecf9ae71f42baa1cf33e7f0b6e [file] [log] [blame]
{
"name": "DrawingPDF",
"version": "2.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": "2.0.1"
},
"source_files": [
"DrawingPDF",
"**/*.swift"
],
"frameworks": "XCTest",
"swift_version": "4.2"
}