33 lines
619 B
JSON
33 lines
619 B
JSON
{
|
|
"name": "RDPDFReaderView",
|
|
"module_name": "RDPDFReaderView",
|
|
"version": "0.0.1",
|
|
"summary": "Independent UIKit PDF reader interaction engine",
|
|
"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"
|
|
],
|
|
"requires_arc": true,
|
|
"swift_version": "5.10"
|
|
}
|