[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 3 / 9 / d / HiIOS / 2.0.0 / HiIOS.podspec.json
blob9cee5bf5cca14ef931d5f7a84604686d2592ab8b
2   "name": "HiIOS",
3   "version": "2.0.0",
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": "2.0.0"
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         "DeviceKit": [
33           "5.2.3"
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": "Router",
51       "source_files": "HiIOS/Router/**/*",
52       "dependencies": {
53         "HiIOS/Core": [
55         ],
56         "RxSwift": [
57           "~> 6.0"
58         ],
59         "RxCocoa": [
60           "~> 6.0"
61         ],
62         "URLNavigator-Hi": [
63           "2.5.1-v1"
64         ]
65       }
66     },
67     {
68       "name": "Network",
69       "source_files": "HiIOS/Network/**/*",
70       "dependencies": {
71         "HiIOS/Core": [
73         ],
74         "RxRelay": [
75           "~> 6.0"
76         ],
77         "Moya/RxSwift": [
78           "15.0.0"
79         ]
80       }
81     },
82     {
83       "name": "Theme",
84       "source_files": "HiIOS/Theme/**/*",
85       "dependencies": {
86         "HiIOS/Core": [
88         ],
89         "RxTheme": [
90           "6.0.0"
91         ]
92       }
93     },
94     {
95       "name": "Resources",
96       "resource_bundles": {
97         "Resources": [
98           "HiIOS/Resources/*.*"
99         ]
100       },
101       "pod_target_xcconfig": {
102         "EXPANDED_CODE_SIGN_IDENTITY": "",
103         "CODE_SIGNING_REQUIRED": "NO",
104         "CODE_SIGNING_ALLOWED": "NO"
105       }
106     },
107     {
108       "name": "Components",
109       "subspecs": [
110         {
111           "name": "Cache",
112           "source_files": "HiIOS/Components/Cache/**/*",
113           "dependencies": {
114             "HiIOS/Core": [
116             ],
117             "Cache": [
118               "6.0.0"
119             ]
120           }
121         },
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/Theme": [
138         ],
139         "HiIOS/Router": [
141         ],
142         "HiIOS/Network": [
144         ],
145         "HiIOS/Resources": [
147         ],
148         "HiIOS/Components/Cache": [
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         "TTTAttributedLabel": [
182           "2.0.0"
183         ],
184         "MJRefresh": [
185           "3.7.6"
186         ]
187       }
188     }
189   ],
190   "swift_version": "5.3"