blob: f12c98be147a8ccdc2ba02c12fe92b472d032812 [file] [log] [blame]
{
"name": "THPDFKit",
"version": "0.3.2",
"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.2"
},
"source_files": "THPDFKit/THPDFKit/**/*.{swift}",
"resources": "THPDFKit/THPDFKit/Assets.xcassets",
"frameworks": "UIKit",
"swift_version": "4.0"
}