[Add] MARSDK_EPSDK 5.4.1
[CocoaPods.git] / Specs / 5 / 9 / 4 / RxEpub / 0.0.3 / RxEpub.podspec.json
blob7f6887a9b92d675f8da541c168dcd0834f63c64d
2   "name": "RxEpub",
3   "version": "0.0.3",
4   "summary": "Epub paser and reader based on RxSwift",
5   "description": "'Epub paser and reader based on RxSwift'",
6   "homepage": "https://github.com/izhoubin/RxEpub",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "izhoubin": "121160492@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/izhoubin/RxEpub.git",
16     "tag": "0.0.3"
17   },
18   "swift_version": "4.2",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "requires_arc": true,
23   "source_files": [
24     "RxEpub/Classes/*.{h,swift}",
25     "RxEpub/Classes/**/*.swift"
26   ],
27   "resources": [
28     "RxEpub/**/*.{js,css,jpg,png}",
29     "RxEpub/Assets/*.xcassets"
30   ],
31   "dependencies": {
32     "SSZipArchive": [
34     ],
35     "RxSwift": [
37     ],
38     "RxCocoa": [
40     ],
41     "AEXML": [
43     ],
44     "NSObject+Rx": [
46     ],
47     "RxSwiftExt": [
49     ]
50   },
51   "frameworks": "UIKit"