40 lines
779 B
JSON
40 lines
779 B
JSON
{
|
|
"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"
|
|
}
|