[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 5 / 8 / 6 / TUIChat / 6.9.3557 / TUIChat.podspec.json
blobd3022cca0050678723f1a7be1f500ae75f9fb864
2   "name": "TUIChat",
3   "version": "6.9.3557",
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/6.9.3557/ios/TUIChat.zip"
22   },
23   "default_subspecs": "ALL",
24   "pod_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
26     "GENERATE_INFOPLIST_FILE": "YES"
27   },
28   "user_target_xcconfig": {
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
30     "GENERATE_INFOPLIST_FILE": "YES"
31   },
32   "subspecs": [
33     {
34       "name": "VoiceConvert",
35       "vendored_libraries": "**/TUIChat/VoiceConvert/*.a",
36       "source_files": "**/TUIChat/VoiceConvert/*.{h,m,mm}"
37     },
38     {
39       "name": "CommonModel",
40       "source_files": "**/TUIChat/CommonModel/*.{h,m,mm}",
41       "dependencies": {
42         "TUICore": [
43           "6.9.3557"
44         ],
45         "TUIChat/VoiceConvert": [
47         ]
48       }
49     },
50     {
51       "name": "BaseCell",
52       "subspecs": [
53         {
54           "name": "CellData",
55           "source_files": "**/TUIChat/BaseCell/CellData/*.{h,m,mm}",
56           "dependencies": {
57             "TUIChat/CommonModel": [
59             ]
60           }
61         },
62         {
63           "name": "CellUI",
64           "source_files": "**/TUIChat/BaseCell/CellUI/*.{h,m,mm}",
65           "dependencies": {
66             "TUIChat/BaseCell/CellData": [
68             ]
69           }
70         }
71       ]
72     },
73     {
74       "name": "BaseDataProvider",
75       "source_files": "**/TUIChat/BaseDataProvider/*.{h,m,mm}",
76       "dependencies": {
77         "TUIChat/BaseCell": [
79         ]
80       }
81     },
82     {
83       "name": "CommonUI",
84       "subspecs": [
85         {
86           "name": "Camera",
87           "source_files": "**/TUIChat/CommonUI/Camera/*.{h,m,mm}",
88           "dependencies": {
89             "TUIChat/BaseDataProvider": [
91             ]
92           }
93         },
94         {
95           "name": "Pendency",
96           "source_files": "**/TUIChat/CommonUI/Pendency/*.{h,m,mm}",
97           "dependencies": {
98             "TUIChat/BaseDataProvider": [
100             ]
101           }
102         },
103         {
104           "name": "Pop",
105           "source_files": "**/TUIChat/CommonUI/Pop/*.{h,m,mm}",
106           "dependencies": {
107             "TUIChat/BaseDataProvider": [
109             ]
110           }
111         }
112       ]
113     },
114     {
115       "name": "UI_Classic",
116       "resources": [
117         "**/TUIChat/Resources/*.bundle"
118       ],
119       "subspecs": [
120         {
121           "name": "Cell",
122           "subspecs": [
123             {
124               "name": "CellData",
125               "subspecs": [
126                 {
127                   "name": "Base",
128                   "source_files": "**/TUIChat/UI_Classic/Cell/CellData/Base/*.{h,m,mm}",
129                   "dependencies": {
130                     "TUIChat/CommonUI": [
132                     ]
133                   }
134                 },
135                 {
136                   "name": "Chat",
137                   "source_files": "**/TUIChat/UI_Classic/Cell/CellData/Chat/*.{h,m,mm}",
138                   "dependencies": {
139                     "TUIChat/UI_Classic/Cell/CellData/Base": [
141                     ]
142                   }
143                 },
144                 {
145                   "name": "Custom",
146                   "source_files": "**/TUIChat/UI_Classic/Cell/CellData/Custom/*.{h,m,mm}",
147                   "dependencies": {
148                     "TUIChat/UI_Classic/Cell/CellData/Chat": [
150                     ]
151                   }
152                 },
153                 {
154                   "name": "Reply",
155                   "source_files": "**/TUIChat/UI_Classic/Cell/CellData/Reply/*.{h,m,mm}",
156                   "dependencies": {
157                     "TUIChat/UI_Classic/Cell/CellData/Custom": [
159                     ]
160                   }
161                 }
162               ]
163             },
164             {
165               "name": "CellUI",
166               "subspecs": [
167                 {
168                   "name": "Base",
169                   "source_files": "**/TUIChat/UI_Classic/Cell/CellUI/Base/*.{h,m,mm}",
170                   "dependencies": {
171                     "TUIChat/UI_Classic/Cell/CellData": [
173                     ]
174                   }
175                 },
176                 {
177                   "name": "Chat",
178                   "source_files": "**/TUIChat/UI_Classic/Cell/CellUI/Chat/*.{h,m,mm}",
179                   "dependencies": {
180                     "TUIChat/UI_Classic/Cell/CellUI/Base": [
182                     ]
183                   }
184                 },
185                 {
186                   "name": "Custom",
187                   "source_files": "**/TUIChat/UI_Classic/Cell/CellUI/Custom/*.{h,m,mm}",
188                   "dependencies": {
189                     "TUIChat/UI_Classic/Cell/CellUI/Chat": [
191                     ]
192                   }
193                 },
194                 {
195                   "name": "Reply",
196                   "source_files": "**/TUIChat/UI_Classic/Cell/CellUI/Reply/*.{h,m,mm}",
197                   "dependencies": {
198                     "TUIChat/UI_Classic/Cell/CellUI/Custom": [
200                     ]
201                   }
202                 }
203               ]
204             }
205           ]
206         },
207         {
208           "name": "DataProvider",
209           "source_files": "**/TUIChat/UI_Classic/DataProvider/*.{h,m,mm}",
210           "dependencies": {
211             "TUIChat/UI_Classic/Cell": [
213             ]
214           }
215         },
216         {
217           "name": "Input",
218           "source_files": "**/TUIChat/UI_Classic/Input/*.{h,m,mm}",
219           "dependencies": {
220             "TUIChat/UI_Classic/DataProvider": [
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": "CellData",
265               "subspecs": [
266                 {
267                   "name": "Base",
268                   "source_files": "**/TUIChat/UI_Minimalist/Cell/CellData/Base/*.{h,m,mm}",
269                   "dependencies": {
270                     "TUIChat/CommonUI": [
272                     ]
273                   }
274                 },
275                 {
276                   "name": "Chat",
277                   "source_files": "**/TUIChat/UI_Minimalist/Cell/CellData/Chat/*.{h,m,mm}",
278                   "dependencies": {
279                     "TUIChat/UI_Minimalist/Cell/CellData/Base": [
281                     ]
282                   }
283                 },
284                 {
285                   "name": "Custom",
286                   "source_files": "**/TUIChat/UI_Minimalist/Cell/CellData/Custom/*.{h,m,mm}",
287                   "dependencies": {
288                     "TUIChat/UI_Minimalist/Cell/CellData/Chat": [
290                     ]
291                   }
292                 },
293                 {
294                   "name": "Reply",
295                   "source_files": "**/TUIChat/UI_Minimalist/Cell/CellData/Reply/*.{h,m,mm}",
296                   "dependencies": {
297                     "TUIChat/UI_Minimalist/Cell/CellData/Custom": [
299                     ]
300                   }
301                 }
302               ]
303             },
304             {
305               "name": "CellUI",
306               "subspecs": [
307                 {
308                   "name": "Base",
309                   "source_files": "**/TUIChat/UI_Minimalist/Cell/CellUI/Base/*.{h,m,mm}",
310                   "dependencies": {
311                     "TUIChat/UI_Minimalist/Cell/CellData": [
313                     ]
314                   }
315                 },
316                 {
317                   "name": "Chat",
318                   "source_files": "**/TUIChat/UI_Minimalist/Cell/CellUI/Chat/*.{h,m,mm}",
319                   "dependencies": {
320                     "TUIChat/UI_Minimalist/Cell/CellUI/Base": [
322                     ]
323                   }
324                 },
325                 {
326                   "name": "Custom",
327                   "source_files": "**/TUIChat/UI_Minimalist/Cell/CellUI/Custom/*.{h,m,mm}",
328                   "dependencies": {
329                     "TUIChat/UI_Minimalist/Cell/CellUI/Chat": [
331                     ]
332                   }
333                 },
334                 {
335                   "name": "Reply",
336                   "source_files": "**/TUIChat/UI_Minimalist/Cell/CellUI/Reply/*.{h,m,mm}",
337                   "dependencies": {
338                     "TUIChat/UI_Minimalist/Cell/CellUI/Custom": [
340                     ]
341                   }
342                 }
343               ]
344             }
345           ]
346         },
347         {
348           "name": "DataProvider",
349           "source_files": "**/TUIChat/UI_Minimalist/DataProvider/*.{h,m,mm}",
350           "dependencies": {
351             "TUIChat/UI_Minimalist/Cell": [
353             ]
354           }
355         },
356         {
357           "name": "Input",
358           "source_files": "**/TUIChat/UI_Minimalist/Input/*.{h,m,mm}",
359           "dependencies": {
360             "TUIChat/UI_Minimalist/DataProvider": [
362             ]
363           }
364         },
365         {
366           "name": "Chat",
367           "source_files": "**/TUIChat/UI_Minimalist/Chat/*.{h,m,mm}",
368           "dependencies": {
369             "TUIChat/UI_Minimalist/Input": [
371             ]
372           }
373         },
374         {
375           "name": "Service",
376           "source_files": "**/TUIChat/UI_Minimalist/Service/*.{h,m,mm}",
377           "dependencies": {
378             "TUIChat/UI_Minimalist/Chat": [
380             ]
381           }
382         },
383         {
384           "name": "Header",
385           "source_files": "**/TUIChat/UI_Minimalist/Header/*.{h,m,mm}",
386           "dependencies": {
387             "TUIChat/UI_Minimalist/Service": [
389             ]
390           }
391         }
392       ]
393     },
394     {
395       "name": "ALL",
396       "dependencies": {
397         "TUIChat/UI_Classic": [
399         ],
400         "TUIChat/UI_Minimalist": [
402         ]
403       }
404     }
405   ]