[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 8 / 6 / TUIChat / 8.1.6103 / TUIChat.podspec.json
blobc10e3d31676327b8130780845ae23ff23bd4a772
2   "name": "TUIChat",
3   "version": "8.1.6103",
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.1.6103/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.1.6103"
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": "Camera",
133           "source_files": "**/TUIChat/CommonUI/Camera/*.{h,m,mm}",
134           "dependencies": {
135             "TUIChat/BaseDataProvider": [
137             ],
138             "TUIChat/BaseCell": [
140             ]
141           }
142         },
143         {
144           "name": "Pendency",
145           "source_files": "**/TUIChat/CommonUI/Pendency/*.{h,m,mm}",
146           "dependencies": {
147             "TUIChat/BaseDataProvider": [
149             ],
150             "TUIChat/BaseCell": [
152             ]
153           }
154         },
155         {
156           "name": "Pop",
157           "source_files": "**/TUIChat/CommonUI/Pop/*.{h,m,mm}",
158           "dependencies": {
159             "TUIChat/BaseDataProvider": [
161             ],
162             "TUIChat/BaseCell": [
164             ]
165           }
166         }
167       ]
168     },
169     {
170       "name": "UI_Classic",
171       "resources": [
172         "**/TUIChat/Resources/*.bundle"
173       ],
174       "subspecs": [
175         {
176           "name": "Cell",
177           "subspecs": [
178             {
179               "name": "Base",
180               "source_files": "**/TUIChat/UI_Classic/Cell/Base/*.{h,m,mm}",
181               "dependencies": {
182                 "TUIChat/CommonUI": [
184                 ]
185               }
186             },
187             {
188               "name": "Chat",
189               "source_files": "**/TUIChat/UI_Classic/Cell/Chat/*.{h,m,mm}",
190               "dependencies": {
191                 "TUIChat/UI_Classic/Cell/Base": [
193                 ]
194               }
195             },
196             {
197               "name": "Custom",
198               "source_files": "**/TUIChat/UI_Classic/Cell/Custom/*.{h,m,mm}",
199               "dependencies": {
200                 "TUIChat/UI_Classic/Cell/Chat": [
202                 ]
203               }
204             },
205             {
206               "name": "Reply",
207               "source_files": "**/TUIChat/UI_Classic/Cell/Reply/*.{h,m,mm}",
208               "dependencies": {
209                 "TUIChat/UI_Classic/Cell/Custom": [
211                 ]
212               }
213             }
214           ]
215         },
216         {
217           "name": "Input",
218           "source_files": "**/TUIChat/UI_Classic/Input/*.{h,m,mm}",
219           "dependencies": {
220             "TUIChat/UI_Classic/Cell": [
222             ]
223           }
224         },
225         {
226           "name": "Chat",
227           "source_files": "**/TUIChat/UI_Classic/Chat/*.{h,m,mm}",
228           "dependencies": {
229             "TUIChat/UI_Classic/Input": [
231             ]
232           }
233         },
234         {
235           "name": "Service",
236           "source_files": "**/TUIChat/UI_Classic/Service/*.{h,m,mm}",
237           "dependencies": {
238             "TUIChat/UI_Classic/Chat": [
240             ]
241           }
242         },
243         {
244           "name": "Header",
245           "source_files": "**/TUIChat/UI_Classic/Header/*.{h,m,mm}",
246           "dependencies": {
247             "TUIChat/UI_Classic/Service": [
249             ]
250           }
251         }
252       ]
253     },
254     {
255       "name": "UI_Minimalist",
256       "resources": [
257         "**/TUIChat/Resources/*.bundle"
258       ],
259       "subspecs": [
260         {
261           "name": "Cell",
262           "subspecs": [
263             {
264               "name": "Base",
265               "source_files": "**/TUIChat/UI_Minimalist/Cell/Base/*.{h,m,mm}",
266               "dependencies": {
267                 "TUIChat/CommonUI": [
269                 ]
270               }
271             },
272             {
273               "name": "Chat",
274               "source_files": "**/TUIChat/UI_Minimalist/Cell/Chat/*.{h,m,mm}",
275               "dependencies": {
276                 "TUIChat/UI_Minimalist/Cell/Base": [
278                 ]
279               }
280             },
281             {
282               "name": "Custom",
283               "source_files": "**/TUIChat/UI_Minimalist/Cell/Custom/*.{h,m,mm}",
284               "dependencies": {
285                 "TUIChat/UI_Minimalist/Cell/Chat": [
287                 ]
288               }
289             },
290             {
291               "name": "Reply",
292               "source_files": "**/TUIChat/UI_Minimalist/Cell/Reply/*.{h,m,mm}",
293               "dependencies": {
294                 "TUIChat/UI_Minimalist/Cell/Custom": [
296                 ]
297               }
298             }
299           ]
300         },
301         {
302           "name": "Input",
303           "source_files": "**/TUIChat/UI_Minimalist/Input/*.{h,m,mm}",
304           "dependencies": {
305             "TUIChat/UI_Minimalist/Cell": [
307             ]
308           }
309         },
310         {
311           "name": "Chat",
312           "source_files": "**/TUIChat/UI_Minimalist/Chat/*.{h,m,mm}",
313           "dependencies": {
314             "TUIChat/UI_Minimalist/Input": [
316             ]
317           }
318         },
319         {
320           "name": "Service",
321           "source_files": "**/TUIChat/UI_Minimalist/Service/*.{h,m,mm}",
322           "dependencies": {
323             "TUIChat/UI_Minimalist/Chat": [
325             ]
326           }
327         },
328         {
329           "name": "Header",
330           "source_files": "**/TUIChat/UI_Minimalist/Header/*.{h,m,mm}",
331           "dependencies": {
332             "TUIChat/UI_Minimalist/Service": [
334             ]
335           }
336         }
337       ]
338     },
339     {
340       "name": "ALL",
341       "dependencies": {
342         "TUIChat/UI_Classic": [
344         ],
345         "TUIChat/UI_Minimalist": [
347         ]
348       }
349     }
350   ]