blob: dc908ff12f71102c56fd316b1abce1ffc15c38f7 [file] [log] [blame]
{
"name": "RxEpub",
"version": "0.0.1",
"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.1"
},
"swift_version": "4.0",
"platforms": {
"ios": "9.0"
},
"source_files": [
"RxEpub/Classes/*.{h,swift}",
"RxEpub/Classes/**/*.swift"
],
"resources": [
"RxEpub/**/*.{js,css,jpg,png}",
"RxEpub/Assets/*.xcassets"
],
"dependencies": {
"SSZipArchive": [
],
"RxSwift": [
],
"RxCocoa": [
],
"AEXML": [
]
},
"frameworks": "UIKit"
}