[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 8 / 6 / TUIChat / 7.9.5666 / TUIChat.podspec.json
blob04f48df173c01dc2d72a18189e692e3960b5b705
2   "name": "TUIChat",
3   "version": "7.9.5666",
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/7.9.5666/ios/TUIChat.zip?time=11"
22   },
23   "default_subspecs": "ALL",
24   "pod_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
26   },
27   "user_target_xcconfig": {
28     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
29   },
30   "resource_bundles": {
31     "TUIChat_Privacy": "**/TUIChat/Resources/PrivacyInfo.xcprivacy"
32   },
33   "subspecs": [
34     {
35       "name": "VoiceConvert",
36       "vendored_libraries": "**/TUIChat/VoiceConvert/*.a",
37       "source_files": "**/TUIChat/VoiceConvert/*.{h,m,mm}"
38     },
39     {
40       "name": "CommonModel",
41       "source_files": "**/TUIChat/CommonModel/*.{h,m,mm}",
42       "dependencies": {
43         "TXIMSDK_Plus_iOS": [
45         ],
46         "TUICore": [
48         ],
49         "TIMCommon": [
50           "~> 7.9.5666"
51         ],
52         "TUIChat/VoiceConvert": [
54         ],
55         "ReactiveObjC": [
57         ],
58         "SDWebImage": [
60         ],
61         "Masonry": [
63         ]
64       }
65     },
66     {
67       "name": "BaseCellData",
68       "subspecs": [
69         {
70           "name": "Base",
71           "source_files": "**/TUIChat/BaseCellData/Base/*.{h,m,mm}",
72           "dependencies": {
73             "TUIChat/CommonModel": [
75             ]
76           }
77         },
78         {
79           "name": "Chat",
80           "source_files": "**/TUIChat/BaseCellData/Chat/*.{h,m,mm}",
81           "dependencies": {
82             "TUIChat/BaseCellData/Base": [
84             ]
85           }
86         },
87         {
88           "name": "Custom",
89           "source_files": "**/TUIChat/BaseCellData/Custom/*.{h,m,mm}",
90           "dependencies": {
91             "TUIChat/BaseCellData/Chat": [
93             ]
94           }
95         },
96         {
97           "name": "Reply",
98           "source_files": "**/TUIChat/BaseCellData/Reply/*.{h,m,mm}",
99           "dependencies": {
100             "TUIChat/BaseCellData/Custom": [
102             ]
103           }
104         }
105       ]
106     },
107     {
108       "name": "BaseCell",
109       "source_files": "**/TUIChat/BaseCell/*.{h,m,mm}",
110       "dependencies": {
111         "TUIChat/BaseCellData": [
113         ]
114       }
115     },
116     {
117       "name": "BaseDataProvider",
118       "subspecs": [
119         {
120           "name": "Base",
121           "source_files": "**/TUIChat/BaseDataProvider/Base/*.{h,m,mm}",
122           "dependencies": {
123             "TUIChat/BaseCellData": [
125             ]
126           }
127         },
128         {
129           "name": "Impl",
130           "source_files": "**/TUIChat/BaseDataProvider/Impl/*.{h,m,mm}",
131           "dependencies": {
132             "TUIChat/BaseCellData": [
134             ],
135             "TUIChat/BaseDataProvider/Base": [
137             ]
138           }
139         }
140       ]
141     },
142     {
143       "name": "CommonUI",
144       "subspecs": [
145         {
146           "name": "Camera",
147           "source_files": "**/TUIChat/CommonUI/Camera/*.{h,m,mm}",
148           "dependencies": {
149             "TUIChat/BaseDataProvider": [
151             ],
152             "TUIChat/BaseCell": [
154             ]
155           }
156         },
157         {
158           "name": "Pendency",
159           "source_files": "**/TUIChat/CommonUI/Pendency/*.{h,m,mm}",
160           "dependencies": {
161             "TUIChat/BaseDataProvider": [
163             ],
164             "TUIChat/BaseCell": [
166             ]
167           }
168         },
169         {
170           "name": "Pop",
171           "source_files": "**/TUIChat/CommonUI/Pop/*.{h,m,mm}",
172           "dependencies": {
173             "TUIChat/BaseDataProvider": [
175             ],
176             "TUIChat/BaseCell": [
178             ]
179           }
180         }
181       ]
182     },
183     {
184       "name": "UI_Classic",
185       "resources": [
186         "**/TUIChat/Resources/*.bundle"
187       ],
188       "subspecs": [
189         {
190           "name": "Cell",
191           "subspecs": [
192             {
193               "name": "Base",
194               "source_files": "**/TUIChat/UI_Classic/Cell/Base/*.{h,m,mm}",
195               "dependencies": {
196                 "TUIChat/CommonUI": [
198                 ]
199               }
200             },
201             {
202               "name": "Chat",
203               "source_files": "**/TUIChat/UI_Classic/Cell/Chat/*.{h,m,mm}",
204               "dependencies": {
205                 "TUIChat/UI_Classic/Cell/Base": [
207                 ]
208               }
209             },
210             {
211               "name": "Custom",
212               "source_files": "**/TUIChat/UI_Classic/Cell/Custom/*.{h,m,mm}",
213               "dependencies": {
214                 "TUIChat/UI_Classic/Cell/Chat": [
216                 ]
217               }
218             },
219             {
220               "name": "Reply",
221               "source_files": "**/TUIChat/UI_Classic/Cell/Reply/*.{h,m,mm}",
222               "dependencies": {
223                 "TUIChat/UI_Classic/Cell/Custom": [
225                 ]
226               }
227             }
228           ]
229         },
230         {
231           "name": "Input",
232           "source_files": "**/TUIChat/UI_Classic/Input/*.{h,m,mm}",
233           "dependencies": {
234             "TUIChat/UI_Classic/Cell": [
236             ]
237           }
238         },
239         {
240           "name": "Chat",
241           "source_files": "**/TUIChat/UI_Classic/Chat/*.{h,m,mm}",
242           "dependencies": {
243             "TUIChat/UI_Classic/Input": [
245             ]
246           }
247         },
248         {
249           "name": "Service",
250           "source_files": "**/TUIChat/UI_Classic/Service/*.{h,m,mm}",
251           "dependencies": {
252             "TUIChat/UI_Classic/Chat": [
254             ]
255           }
256         },
257         {
258           "name": "Header",
259           "source_files": "**/TUIChat/UI_Classic/Header/*.{h,m,mm}",
260           "dependencies": {
261             "TUIChat/UI_Classic/Service": [
263             ]
264           }
265         }
266       ]
267     },
268     {
269       "name": "UI_Minimalist",
270       "resources": [
271         "**/TUIChat/Resources/*.bundle"
272       ],
273       "subspecs": [
274         {
275           "name": "Cell",
276           "subspecs": [
277             {
278               "name": "Base",
279               "source_files": "**/TUIChat/UI_Minimalist/Cell/Base/*.{h,m,mm}",
280               "dependencies": {
281                 "TUIChat/CommonUI": [
283                 ]
284               }
285             },
286             {
287               "name": "Chat",
288               "source_files": "**/TUIChat/UI_Minimalist/Cell/Chat/*.{h,m,mm}",
289               "dependencies": {
290                 "TUIChat/UI_Minimalist/Cell/Base": [
292                 ]
293               }
294             },
295             {
296               "name": "Custom",
297               "source_files": "**/TUIChat/UI_Minimalist/Cell/Custom/*.{h,m,mm}",
298               "dependencies": {
299                 "TUIChat/UI_Minimalist/Cell/Chat": [
301                 ]
302               }
303             },
304             {
305               "name": "Reply",
306               "source_files": "**/TUIChat/UI_Minimalist/Cell/Reply/*.{h,m,mm}",
307               "dependencies": {
308                 "TUIChat/UI_Minimalist/Cell/Custom": [
310                 ]
311               }
312             }
313           ]
314         },
315         {
316           "name": "Input",
317           "source_files": "**/TUIChat/UI_Minimalist/Input/*.{h,m,mm}",
318           "dependencies": {
319             "TUIChat/UI_Minimalist/Cell": [
321             ]
322           }
323         },
324         {
325           "name": "Chat",
326           "source_files": "**/TUIChat/UI_Minimalist/Chat/*.{h,m,mm}",
327           "dependencies": {
328             "TUIChat/UI_Minimalist/Input": [
330             ]
331           }
332         },
333         {
334           "name": "Service",
335           "source_files": "**/TUIChat/UI_Minimalist/Service/*.{h,m,mm}",
336           "dependencies": {
337             "TUIChat/UI_Minimalist/Chat": [
339             ]
340           }
341         },
342         {
343           "name": "Header",
344           "source_files": "**/TUIChat/UI_Minimalist/Header/*.{h,m,mm}",
345           "dependencies": {
346             "TUIChat/UI_Minimalist/Service": [
348             ]
349           }
350         }
351       ]
352     },
353     {
354       "name": "ALL",
355       "dependencies": {
356         "TUIChat/UI_Classic": [
358         ],
359         "TUIChat/UI_Minimalist": [
361         ]
362       }
363     }
364   ]