- 设置页打开时仅重新计算当前章节预览,关闭后触发完整补全 - 新增 preview 加载优先级,支持设置页内当前章预览 - 添加设置页防抖机制,合并连续字号/行距变更 - 支持下滑手势关闭设置页,通过 presentation delegate 通知运行时 - 重新分页时跳过导航和尺寸校验,避免状态冲突 - currentTextPageSize 线程安全优化,后台线程使用缓存尺寸 - 更新 CocoaPods 依赖 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
43 lines
776 B
JSON
43 lines
776 B
JSON
{
|
|
"name": "RDReaderView",
|
|
"version": "0.0.1",
|
|
"summary": "A reader view for novel",
|
|
"platforms": {
|
|
"ios": "15.0"
|
|
},
|
|
"swift_versions": [
|
|
"5.10"
|
|
],
|
|
"homepage": "https://github.com/namesubai/RDReaderView.git",
|
|
"authors": {
|
|
"subai": "804663401@qq.com"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/namesubai/RDReaderView.git",
|
|
"tag": "0.0.1"
|
|
},
|
|
"license": "MIT",
|
|
"source_files": "Sources/RDReaderView/**/*.{swift}",
|
|
"resource_bundles": {
|
|
"RDReaderViewAssets": [
|
|
"Sources/RDReaderView/EPUBCore/Resources/**/*"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"ZIPFoundation": [
|
|
"~> 0.9"
|
|
],
|
|
"DTCoreText": [
|
|
|
|
],
|
|
"SnapKit": [
|
|
|
|
],
|
|
"SSAlertSwift": [
|
|
|
|
]
|
|
},
|
|
"requires_arc": true,
|
|
"swift_version": "5.10"
|
|
}
|