[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / 9 / b / 3 / RxSwiftX / 0.4.0 / RxSwiftX.podspec.json
blob801ba0c427cb851377bbeb4ac1c5c56d12a3d8af
2   "name": "RxSwiftX",
3   "version": "0.4.0",
4   "summary": "A short description of RxSwiftX.",
5   "homepage": "https://github.com/Pircate/RxSwiftX",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Pircate": "gao497868860@163.com"
12   },
13   "source": {
14     "git": "https://github.com/Pircate/RxSwiftX.git",
15     "tag": "0.4.0"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "default_subspecs": "Core",
21   "dependencies": {
22     "RxSwift": [
24     ],
25     "RxCocoa": [
27     ]
28   },
29   "swift_version": "4.1",
30   "subspecs": [
31     {
32       "name": "Core",
33       "source_files": [
34         "RxSwiftX/Classes/Swift/",
35         "RxSwiftX/Classes/Cocoa/"
36       ]
37     },
38     {
39       "name": "DataSources",
40       "source_files": "RxSwiftX/Classes/DataSources/",
41       "dependencies": {
42         "RxDataSources": [
44         ]
45       }
46     },
47     {
48       "name": "Network",
49       "source_files": "RxSwiftX/Classes/Network/",
50       "dependencies": {
51         "Moya/RxSwift": [
53         ],
54         "Cache": [
56         ]
57       }
58     },
59     {
60       "name": "MJRefresh",
61       "source_files": "RxSwiftX/Classes/MJRefresh/",
62       "dependencies": {
63         "MJRefresh": [
65         ]
66       }
67     }
68   ]