[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 3 / 9 / d / HiIOS / 1.2.10 / HiIOS.podspec.json
blob95636faa5e8a17faf7eb3cbfc1a50c1eca780691
2   "name": "HiIOS",
3   "version": "1.2.10",
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.2.10"
17   },
18   "requires_arc": true,
19   "swift_versions": "5.3",
20   "platforms": {
21     "ios": "13.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.7.0"
34         ],
35         "FCUUID": [
36           "1.3.1"
37         ],
38         "SwiftyBeaver": [
39           "1.9.5"
40         ],
41         "ObjectMapper-Hi": [
42           "4.2.0-v2"
43         ],
44         "SwifterSwift": [
45           "6.0.0"
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-Hi": [
75           "2.5.1-v1"
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       "pod_target_xcconfig": {
114         "EXPANDED_CODE_SIGN_IDENTITY": "",
115         "CODE_SIGNING_REQUIRED": "NO",
116         "CODE_SIGNING_ALLOWED": "NO"
117       }
118     },
119     {
120       "name": "Components",
121       "subspecs": [
122         {
123           "name": "JSBridge",
124           "source_files": "HiIOS/Components/JSBridge/**/*",
125           "frameworks": "WebKit"
126         }
127       ]
128     },
129     {
130       "name": "Frame",
131       "source_files": "HiIOS/Frame/**/*",
132       "dependencies": {
133         "HiIOS/Core": [
135         ],
136         "HiIOS/Cache": [
138         ],
139         "HiIOS/Theme": [
141         ],
142         "HiIOS/Router": [
144         ],
145         "HiIOS/Network": [
147         ],
148         "HiIOS/Resources": [
150         ],
151         "HiIOS/Components/JSBridge": [
153         ],
154         "RxOptional": [
155           "5.0.2"
156         ],
157         "RxSwiftExt": [
158           "6.2.1"
159         ],
160         "RxDataSources": [
161           "5.0.0"
162         ],
163         "NSObject+Rx": [
164           "5.2.2"
165         ],
166         "ReactorKit": [
167           "3.2.0"
168         ],
169         "RxViewController": [
170           "2.0.0"
171         ],
172         "BonMot": [
173           "6.1.3"
174         ],
175         "Kingfisher": [
176           "7.10.0"
177         ],
178         "DZNEmptyDataSet": [
179           "1.8.1"
180         ],
181         "MJRefresh": [
182           "3.7.6"
183         ]
184       }
185     }
186   ],
187   "swift_version": "5.3"