64 lines
1.3 KiB
JSON
64 lines
1.3 KiB
JSON
{
|
|
"name": "RDEpubReaderView",
|
|
"module_name": "RDEpubReaderView",
|
|
"version": "0.0.2",
|
|
"summary": "A reader view for EPUB, TXT, MOBI, and CBZ books",
|
|
"platforms": {
|
|
"ios": "15.0"
|
|
},
|
|
"swift_versions": [
|
|
"5.10"
|
|
],
|
|
"homepage": "http://192.168.21.200:8418/4v5u09Z5a4Yuc/ReadViewSDK.git",
|
|
"authors": {
|
|
"shenlei": "shenlei@touchread.com"
|
|
},
|
|
"source": {
|
|
"git": "http://192.168.21.200:8418/4v5u09Z5a4Yuc/ReadViewSDK.git",
|
|
"tag": "0.0.2"
|
|
},
|
|
"license": "MIT",
|
|
"source_files": "{DocumentFormats,EPUBCore,EPUBTextRendering,EPUBUI,ReaderView}/**/*.swift",
|
|
"resource_bundles": {
|
|
"RDEpubReaderViewAssets": [
|
|
"EPUBCore/Resources/**/*"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"ZIPFoundation": [
|
|
"~> 0.9"
|
|
],
|
|
"DTCoreText": [
|
|
"~> 1.6"
|
|
],
|
|
"SnapKit": [
|
|
"~> 5.7"
|
|
]
|
|
},
|
|
"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"
|
|
}
|