[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / f / c / HiCocoa / 1.0.3 / HiCocoa.podspec.json
blobbfaaab3489d2d36f030420fbbe739b975b82149b
2   "name": "HiCocoa",
3   "version": "1.0.3",
4   "summary": "iOS App Framework.",
5   "description": "iOS App Framework using Swift.",
6   "homepage": "https://github.com/tospery/HiCocoa",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "YangJianxiang": "tospery@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/tospery/HiCocoa.git",
16     "tag": "1.0.3"
17   },
18   "requires_arc": true,
19   "swift_versions": "5.0",
20   "platforms": {
21     "ios": "11.0"
22   },
23   "frameworks": [
24     "Foundation",
25     "UIKit",
26     "CoreGraphics"
27   ],
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "HiCocoa/Core/**/*",
32       "dependencies": {
33         "QMUIKit/QMUICore": [
34           "4.4.3"
35         ],
36         "FCUUID": [
37           "1.3.1"
38         ],
39         "SwiftyBeaver": [
40           "1.9.5"
41         ],
42         "ObjectMapper-JX": [
43           "4.2.0-v1"
44         ],
45         "SwifterSwift": [
46           "5.2.0"
47         ]
48       }
49     },
50     {
51       "name": "Network",
52       "source_files": "HiCocoa/Network/**/*",
53       "dependencies": {
54         "HiCocoa/Core": [
56         ],
57         "RxRelay": [
58           "6.2.0"
59         ],
60         "Moya/RxSwift": [
61           "15.0.0"
62         ]
63       }
64     },
65     {
66       "name": "Router",
67       "source_files": "HiCocoa/Router/**/*",
68       "dependencies": {
69         "HiCocoa/Core": [
71         ],
72         "RxSwift": [
73           "~> 6.0"
74         ],
75         "RxCocoa": [
76           "~> 6.0"
77         ],
78         "URLNavigator": [
79           "2.3.0"
80         ]
81       }
82     },
83     {
84       "name": "Cache",
85       "source_files": "HiCocoa/Cache/**/*",
86       "dependencies": {
87         "HiCocoa/Core": [
89         ],
90         "Cache": [
91           "6.0.0"
92         ]
93       }
94     },
95     {
96       "name": "Theme",
97       "source_files": "HiCocoa/Theme/**/*",
98       "dependencies": {
99         "HiCocoa/Core": [
101         ],
102         "RxTheme": [
103           "6.0.0"
104         ]
105       }
106     },
107     {
108       "name": "Resources",
109       "resource_bundles": {
110         "Resources": [
111           "HiCocoa/Resources/*.*"
112         ]
113       }
114     },
115     {
116       "name": "Components",
117       "subspecs": [
118         {
119           "name": "JSBridge",
120           "source_files": "HiCocoa/Components/JSBridge/**/*",
121           "frameworks": "WebKit"
122         }
123       ]
124     },
125     {
126       "name": "Frame",
127       "source_files": "HiCocoa/Frame/**/*",
128       "dependencies": {
129         "HiCocoa/Core": [
131         ],
132         "HiCocoa/Cache": [
134         ],
135         "HiCocoa/Theme": [
137         ],
138         "HiCocoa/Router": [
140         ],
141         "HiCocoa/Network": [
143         ],
144         "HiCocoa/Resources": [
146         ],
147         "HiCocoa/Components/JSBridge": [
149         ],
150         "RxDataSources": [
151           "5.0.0"
152         ],
153         "NSObject+Rx": [
154           "5.2.2"
155         ],
156         "ReactorKit": [
157           "3.2.0"
158         ],
159         "BonMot": [
160           "6.0.0"
161         ],
162         "Kingfisher": [
163           "6.3.1"
164         ],
165         "DZNEmptyDataSet": [
166           "1.8.1"
167         ],
168         "MJRefresh": [
169           "3.7.5"
170         ]
171       }
172     }
173   ],
174   "swift_version": "5.0"