ReadViewSDK/ReadViewDemo/Pods/Local Podspecs/RDEpubReaderView.podspec.json

41 lines
829 B
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": "**/*.swift",
"resource_bundles": {
"RDEpubReaderViewAssets": [
"EPUBCore/Resources/**/*"
]
},
"dependencies": {
"ZIPFoundation": [
"~> 0.9"
],
"DTCoreText": [
"~> 1.6"
],
"SnapKit": [
"~> 5.7"
]
},
"requires_arc": true,
"swift_version": "5.10"
}