blob: 9dd917a529c24879c7d7af4bd83cab54136b312a [file] [log] [blame]
{
"name": "RxEpub",
"version": "0.0.4",
"summary": "Epub paser and reader based on RxSwift",
"description": "'Epub paser and reader based on RxSwift'",
"homepage": "https://github.com/izhoubin/RxEpub",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"izhoubin": "121160492@qq.com"
},
"source": {
"git": "https://github.com/izhoubin/RxEpub.git",
"tag": "0.0.4"
},
"swift_version": "4.2",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": [
"RxEpub/Classes/*.{h,swift}",
"RxEpub/Classes/**/*.swift"
],
"resources": [
"RxEpub/**/*.{js,css,jpg,png}",
"RxEpub/Assets/*.xcassets"
],
"dependencies": {
"SSZipArchive": [
],
"RxSwift": [
],
"RxCocoa": [
],
"AEXML": [
],
"NSObject+Rx": [
],
"RxSwiftExt": [
]
},
"frameworks": "UIKit"
}