blob: 8721616556b56a8e14b6839173d80a76a30be69b [file] [log] [blame]
{
"name": "THPDFKit",
"version": "0.3.1",
"summary": "PDF viewer component on top of Apples PDFKit",
"description": "PDF viewer component on top of Apples PDFKit.\nAs a fallback for older iOS versions this library is using QuickLook",
"homepage": "https://github.com/hons82/THPDFKit",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Hannes Tribus": "hons82@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/hons82/THPDFKit.git",
"tag": "0.3.1"
},
"source_files": "THPDFKit/THPDFKit/**/*.{swift}",
"resources": "THPDFKit/THPDFKit/Assets.xcassets",
"frameworks": "UIKit",
"swift_version": "4.0"
}