更新阅读器功能与示例

This commit is contained in:
shen
2026-07-27 21:43:13 +08:00
parent 68d9363f0a
commit 9392027106
78 changed files with 8780 additions and 2084 deletions
@@ -0,0 +1,39 @@
{
"name": "RDSpeechReaderView",
"module_name": "RDSpeechReaderView",
"version": "0.1.0",
"summary": "Text-to-speech playback primitives for ReadViewSDK readers",
"platforms": {
"ios": "15.0"
},
"swift_versions": [
"5.10"
],
"homepage": "https://example.invalid/RDSpeechReaderView",
"authors": {
"readoor": "ios@touchread.com"
},
"source": {
"path": "."
},
"license": "MIT",
"source_files": "Sources/*.swift",
"frameworks": [
"AVFAudio",
"NaturalLanguage",
"MediaPlayer"
],
"requires_arc": true,
"subspecs": [
{
"name": "AI",
"source_files": "AIBridge/**/*.swift",
"dependencies": {
"RDAIReaderView/Core": [
"~> 0.1"
]
}
}
],
"swift_version": "5.10"
}