34 lines
651 B
JSON
34 lines
651 B
JSON
{
|
|
"name": "RDPDFReaderView",
|
|
"module_name": "RDPDFReaderView",
|
|
"version": "0.0.1",
|
|
"summary": "UIKit PDF reader supporting host images and direct PDFKit parsing",
|
|
"platforms": {
|
|
"ios": "15.0"
|
|
},
|
|
"swift_versions": [
|
|
"5.10"
|
|
],
|
|
"homepage": "https://example.invalid/RDPDFReaderView",
|
|
"authors": {
|
|
"readoor": "ios@touchread.com"
|
|
},
|
|
"source": {
|
|
"path": "."
|
|
},
|
|
"license": "MIT",
|
|
"source_files": "{Sources,ReaderView}/**/*.swift",
|
|
"dependencies": {
|
|
"SnapKit": [
|
|
"~> 5.7"
|
|
]
|
|
},
|
|
"frameworks": [
|
|
"Vision",
|
|
"CoreImage",
|
|
"PDFKit"
|
|
],
|
|
"requires_arc": true,
|
|
"swift_version": "5.10"
|
|
}
|