[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 8 / 6 / TUIChat / 8.3.6498 / TUIChat.podspec.json
blobbeebfc077ca3e361dbc9fd56e12f94f0d4884610
2   "name": "TUIChat",
3   "version": "8.3.6498",
4   "platforms": {
5     "ios": "9.0"
6   },
7   "license": {
8     "type": "Proprietary",
9     "text": "        copyright 2017 tencent Ltd. All rights reserved.\n"
10   },
11   "homepage": "https://cloud.tencent.com/document/product/269/3794",
12   "documentation_url": "https://cloud.tencent.com/document/product/269/9147",
13   "authors": "tencent video cloud",
14   "summary": "TUIChat",
15   "xcconfig": {
16     "VALID_ARCHS": "armv7 arm64 x86_64"
17   },
18   "libraries": "stdc++",
19   "requires_arc": true,
20   "source": {
21     "http": "https://im.sdk.cloud.tencent.cn/download/tuikit/8.3.6498/ios/TUIChat.zip?time=11"
22   },
23   "default_subspecs": "ALL",
24   "resource_bundles": {
25     "TUIChat_Privacy": "**/TUIChat/Resources/PrivacyInfo.xcprivacy"
26   },
27   "subspecs": [
28     {
29       "name": "CommonModel",
30       "source_files": "**/TUIChat/CommonModel/*.{h,m,mm}",
31       "dependencies": {
32         "TXIMSDK_Plus_iOS_XCFramework": [
34         ],
35         "TUICore": [
37         ],
38         "TIMCommon": [
39           "~> 8.3.6498"
40         ],
41         "ReactiveObjC": [
43         ],
44         "SDWebImage": [
46         ],
47         "Masonry": [
49         ]
50       }
51     },
52     {
53       "name": "BaseCellData",
54       "subspecs": [
55         {
56           "name": "Base",
57           "source_files": "**/TUIChat/BaseCellData/Base/*.{h,m,mm}",
58           "dependencies": {
59             "TUIChat/CommonModel": [
61             ]
62           }
63         },
64         {
65           "name": "Chat",
66           "source_files": "**/TUIChat/BaseCellData/Chat/*.{h,m,mm}",
67           "dependencies": {
68             "TUIChat/BaseCellData/Base": [
70             ]
71           }
72         },
73         {
74           "name": "Custom",
75           "source_files": "**/TUIChat/BaseCellData/Custom/*.{h,m,mm}",
76           "dependencies": {
77             "TUIChat/BaseCellData/Chat": [
79             ]
80           }
81         },
82         {
83           "name": "Reply",
84           "source_files": "**/TUIChat/BaseCellData/Reply/*.{h,m,mm}",
85           "dependencies": {
86             "TUIChat/BaseCellData/Custom": [
88             ]
89           }
90         }
91       ]
92     },
93     {
94       "name": "BaseCell",
95       "source_files": "**/TUIChat/BaseCell/*.{h,m,mm}",
96       "dependencies": {
97         "TUIChat/BaseCellData": [
99         ]
100       }
101     },
102     {
103       "name": "BaseDataProvider",
104       "subspecs": [
105         {
106           "name": "Base",
107           "source_files": "**/TUIChat/BaseDataProvider/Base/*.{h,m,mm}",
108           "dependencies": {
109             "TUIChat/BaseCellData": [
111             ]
112           }
113         },
114         {
115           "name": "Impl",
116           "source_files": "**/TUIChat/BaseDataProvider/Impl/*.{h,m,mm}",
117           "dependencies": {
118             "TUIChat/BaseCellData": [
120             ],
121             "TUIChat/BaseDataProvider/Base": [
123             ]
124           }
125         }
126       ]
127     },
128     {
129       "name": "CommonUI",
130       "subspecs": [
131         {
132           "name": "Album",
133           "source_files": "**/TUIChat/CommonUI/Album/*.{h,m,mm}",
134           "dependencies": {
135             "TUIChat/BaseDataProvider": [
137             ],
138             "TUIChat/BaseCell": [
140             ]
141           }
142         },
143         {
144           "name": "Camera",
145           "source_files": "**/TUIChat/CommonUI/Camera/*.{h,m,mm}",
146           "dependencies": {
147             "TUIChat/BaseDataProvider": [
149             ],
150             "TUIChat/BaseCell": [
152             ],
153             "TUIChat/CommonUI/Album": [
155             ]
156           }
157         },
158         {
159           "name": "Pendency",
160           "source_files": "**/TUIChat/CommonUI/Pendency/*.{h,m,mm}",
161           "dependencies": {
162             "TUIChat/BaseDataProvider": [
164             ],
165             "TUIChat/BaseCell": [
167             ]
168           }
169         },
170         {
171           "name": "Pop",
172           "source_files": "**/TUIChat/CommonUI/Pop/*.{h,m,mm}",
173           "dependencies": {
174             "TUIChat/BaseDataProvider": [
176             ],
177             "TUIChat/BaseCell": [
179             ]
180           }
181         }
182       ]
183     },
184     {
185       "name": "UI_Classic",
186       "resources": [
187         "**/TUIChat/Resources/*.bundle"
188       ],
189       "subspecs": [
190         {
191           "name": "Cell",
192           "subspecs": [
193             {
194               "name": "Base",
195               "source_files": "**/TUIChat/UI_Classic/Cell/Base/*.{h,m,mm}",
196               "dependencies": {
197                 "TUIChat/CommonUI": [
199                 ]
200               }
201             },
202             {
203               "name": "Chat",
204               "source_files": "**/TUIChat/UI_Classic/Cell/Chat/*.{h,m,mm}",
205               "dependencies": {
206                 "TUIChat/UI_Classic/Cell/Base": [
208                 ]
209               }
210             },
211             {
212               "name": "Custom",
213               "source_files": "**/TUIChat/UI_Classic/Cell/Custom/*.{h,m,mm}",
214               "dependencies": {
215                 "TUIChat/UI_Classic/Cell/Chat": [
217                 ]
218               }
219             },
220             {
221               "name": "Reply",
222               "source_files": "**/TUIChat/UI_Classic/Cell/Reply/*.{h,m,mm}",
223               "dependencies": {
224                 "TUIChat/UI_Classic/Cell/Custom": [
226                 ]
227               }
228             }
229           ]
230         },
231         {
232           "name": "Input",
233           "source_files": "**/TUIChat/UI_Classic/Input/*.{h,m,mm}",
234           "dependencies": {
235             "TUIChat/UI_Classic/Cell": [
237             ]
238           }
239         },
240         {
241           "name": "Chat",
242           "source_files": "**/TUIChat/UI_Classic/Chat/*.{h,m,mm}",
243           "dependencies": {
244             "TUIChat/UI_Classic/Input": [
246             ]
247           }
248         },
249         {
250           "name": "Service",
251           "source_files": "**/TUIChat/UI_Classic/Service/*.{h,m,mm}",
252           "dependencies": {
253             "TUIChat/UI_Classic/Chat": [
255             ]
256           }
257         },
258         {
259           "name": "Header",
260           "source_files": "**/TUIChat/UI_Classic/Header/*.{h,m,mm}",
261           "dependencies": {
262             "TUIChat/UI_Classic/Service": [
264             ]
265           }
266         },
267         {
268           "name": "Config",
269           "source_files": "**/TUIChat/UI_Classic/Config/*.{h,m,mm}",
270           "dependencies": {
271             "TUIChat/UI_Classic/Chat": [
273             ]
274           }
275         }
276       ]
277     },
278     {
279       "name": "UI_Minimalist",
280       "resources": [
281         "**/TUIChat/Resources/*.bundle"
282       ],
283       "subspecs": [
284         {
285           "name": "Cell",
286           "subspecs": [
287             {
288               "name": "Base",
289               "source_files": "**/TUIChat/UI_Minimalist/Cell/Base/*.{h,m,mm}",
290               "dependencies": {
291                 "TUIChat/CommonUI": [
293                 ]
294               }
295             },
296             {
297               "name": "Chat",
298               "source_files": "**/TUIChat/UI_Minimalist/Cell/Chat/*.{h,m,mm}",
299               "dependencies": {
300                 "TUIChat/UI_Minimalist/Cell/Base": [
302                 ]
303               }
304             },
305             {
306               "name": "Custom",
307               "source_files": "**/TUIChat/UI_Minimalist/Cell/Custom/*.{h,m,mm}",
308               "dependencies": {
309                 "TUIChat/UI_Minimalist/Cell/Chat": [
311                 ]
312               }
313             },
314             {
315               "name": "Reply",
316               "source_files": "**/TUIChat/UI_Minimalist/Cell/Reply/*.{h,m,mm}",
317               "dependencies": {
318                 "TUIChat/UI_Minimalist/Cell/Custom": [
320                 ]
321               }
322             }
323           ]
324         },
325         {
326           "name": "Input",
327           "source_files": "**/TUIChat/UI_Minimalist/Input/*.{h,m,mm}",
328           "dependencies": {
329             "TUIChat/UI_Minimalist/Cell": [
331             ]
332           }
333         },
334         {
335           "name": "Chat",
336           "source_files": "**/TUIChat/UI_Minimalist/Chat/*.{h,m,mm}",
337           "dependencies": {
338             "TUIChat/UI_Minimalist/Input": [
340             ]
341           }
342         },
343         {
344           "name": "Service",
345           "source_files": "**/TUIChat/UI_Minimalist/Service/*.{h,m,mm}",
346           "dependencies": {
347             "TUIChat/UI_Minimalist/Chat": [
349             ]
350           }
351         },
352         {
353           "name": "Header",
354           "source_files": "**/TUIChat/UI_Minimalist/Header/*.{h,m,mm}",
355           "dependencies": {
356             "TUIChat/UI_Minimalist/Service": [
358             ]
359           }
360         },
361         {
362           "name": "Config",
363           "source_files": "**/TUIChat/UI_Minimalist/Config/*.{h,m,mm}",
364           "dependencies": {
365             "TUIChat/UI_Minimalist/Chat": [
367             ]
368           }
369         }
370       ]
371     },
372     {
373       "name": "ALL",
374       "dependencies": {
375         "TUIChat/UI_Classic": [
377         ],
378         "TUIChat/UI_Minimalist": [
380         ]
381       }
382     }
383   ]