Files
ReadViewSDK/ReadViewDemo/Pods/Local Podspecs/RDPDFReaderView.podspec.json
T
2026-07-27 21:43:13 +08:00

57 lines
1.1 KiB
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,
"subspecs": [
{
"name": "Speech",
"source_files": "Speech/**/*.swift",
"dependencies": {
"RDSpeechReaderView": [
"~> 0.1"
]
}
},
{
"name": "AI",
"source_files": "AI/**/*.swift",
"dependencies": {
"RDAIReaderView/NaturalLanguage": [
"~> 0.1"
],
"RDAIReaderView/UI": [
"~> 0.1"
]
}
}
],
"swift_version": "5.10"
}