37 lines
749 B
JSON
37 lines
749 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/Resources/**/*"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"ZIPFoundation": [
|
|
"~> 0.9"
|
|
],
|
|
"DTCoreText": [],
|
|
"SnapKit": [],
|
|
"SSAlertSwift": []
|
|
},
|
|
"requires_arc": true,
|
|
"swift_version": "5.10"
|
|
}
|