[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 9 / d / HiIOS / 1.0.2 / HiIOS.podspec.json
blob765211b393f74a3bd1b60cdb82365929b47ecce0
2   "name": "HiIOS",
3   "version": "1.0.2",
4   "summary": "iOS App Framework.",
5   "description": "iOS App Framework using Swift.",
6   "homepage": "https://github.com/tospery/HiIOS",
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/HiIOS.git",
16     "tag": "1.0.2"
17   },
18   "requires_arc": true,
19   "swift_versions": "5.0",
20   "platforms": {
21     "ios": "11.0"
22   },
23   "frameworks": [
24     "UIKit",
25     "CoreGraphics"
26   ],
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "HiIOS/Core/**/*",
31       "dependencies": {
32         "QMUIKit/QMUICore": [
33           "4.5.1"
34         ],
35         "FCUUID": [
36           "1.3.1"
37         ],
38         "SwiftyBeaver": [
39           "1.9.5"
40         ],
41         "ObjectMapper-Hi": [
42           "4.2.0-v1"
43         ],
44         "SwifterSwift-Hi": [
45           "5.3.0-v1"
46         ]
47       }
48     },
49     {
50       "name": "Cache",
51       "source_files": "HiIOS/Cache/**/*",
52       "dependencies": {
53         "HiIOS/Core": [
55         ],
56         "Cache": [
57           "6.0.0"
58         ]
59       }
60     },
61     {
62       "name": "Router",
63       "source_files": "HiIOS/Router/**/*",
64       "dependencies": {
65         "HiIOS/Core": [
67         ],
68         "RxSwift": [
69           "~> 6.0"
70         ],
71         "RxCocoa": [
72           "~> 6.0"
73         ],
74         "URLNavigator": [
75           "2.4.1"
76         ]
77       }
78     },
79     {
80       "name": "Network",
81       "source_files": "HiIOS/Network/**/*",
82       "dependencies": {
83         "HiIOS/Core": [
85         ],
86         "RxRelay": [
87           "~> 6.0"
88         ],
89         "Moya/RxSwift": [
90           "15.0.0"
91         ]
92       }
93     },
94     {
95       "name": "Theme",
96       "source_files": "HiIOS/Theme/**/*",
97       "dependencies": {
98         "HiIOS/Core": [
100         ],
101         "RxTheme": [
102           "6.0.0"
103         ]
104       }
105     },
106     {
107       "name": "Resources",
108       "resource_bundles": {
109         "Resources": [
110           "HiIOS/Resources/*.*"
111         ]
112       }
113     },
114     {
115       "name": "Components",
116       "subspecs": [
117         {
118           "name": "JSBridge",
119           "source_files": "HiIOS/Components/JSBridge/**/*",
120           "frameworks": "WebKit"
121         }
122       ]
123     },
124     {
125       "name": "Frame",
126       "source_files": "HiIOS/Frame/**/*",
127       "dependencies": {
128         "HiIOS/Core": [
130         ],
131         "HiIOS/Cache": [
133         ],
134         "HiIOS/Theme": [
136         ],
137         "HiIOS/Router": [
139         ],
140         "HiIOS/Network": [
142         ],
143         "HiIOS/Resources": [
145         ],
146         "HiIOS/Components/JSBridge": [
148         ],
149         "RxDataSources": [
150           "5.0.0"
151         ],
152         "NSObject+Rx": [
153           "5.2.2"
154         ],
155         "ReactorKit": [
156           "3.2.0"
157         ],
158         "BonMot": [
159           "6.1.1"
160         ],
161         "Kingfisher": [
162           "6.3.1"
163         ],
164         "DZNEmptyDataSet": [
165           "1.8.1"
166         ],
167         "MJRefresh": [
168           "3.7.5"
169         ]
170       }
171     }
172   ],
173   "swift_version": "5.0"