blob: e470484058a67a7e080ebd0e43f7ff02a1515f71 [file] [log] [blame]
{
"name": "SimplePDFViewer",
"version": "0.1.1",
"summary": "Display & share PDF documents easily in iOS.",
"description": "SimplePDFViewer is a UIViewController that displays a PDF document along with some basic PDF functionality such as zoom, export, and jump to page. Create the view controller using a PDFDocument, URL, or raw Data. Basic customization is available.",
"homepage": "https://github.com/frankfka/SimplePDFViewer",
"swift_versions": [
"4.0",
"4.2",
"5.0",
"5.0"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Frank Jia": "jiafrank98@gmail.com"
},
"source": {
"git": "https://github.com/frankfka/SimplePDFViewer.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "11.0"
},
"source_files": "SimplePDFViewer/Classes/**/*",
"frameworks": [
"UIKit",
"PDFKit"
],
"dependencies": {
"SnapKit": [
"~> 5.0.0"
]
},
"swift_version": "5.0"
}