[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 5 / 8 / 6 / TUIChat / 6.8.3374 / TUIChat.podspec.json
blobeb4dc5ee3f261b505c6e9145e29cdda2786a07bc
2   "name": "TUIChat",
3   "version": "6.8.3374",
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.8.3374/ios/TUIChat.zip?time=12"
22   },
23   "dependencies": {
24     "TUICore": [
25       "6.8.3374"
26     ]
27   },
28   "resources": [
29     "**/TUIChat/Resources/*.bundle"
30   ],
31   "pod_target_xcconfig": {
32     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
33   },
34   "user_target_xcconfig": {
35     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
36   },
37   "subspecs": [
38     {
39       "name": "Header",
40       "source_files": "**/TUIChat/Header/*.{h,m,mm}"
41     },
42     {
43       "name": "Common",
44       "source_files": "**/TUIChat/Common/*.{h,m,mm}"
45     },
46     {
47       "name": "VoiceConvert",
48       "vendored_libraries": "**/TUIChat/VoiceConvert/*.a",
49       "source_files": "**/TUIChat/VoiceConvert/*.{h,m,mm}"
50     },
51     {
52       "name": "Cell",
53       "subspecs": [
54         {
55           "name": "CellData",
56           "subspecs": [
57             {
58               "name": "Base",
59               "source_files": "**/TUIChat/Cell/CellData/Base/*.{h,m,mm}",
60               "dependencies": {
61                 "TUIChat/VoiceConvert": [
63                 ],
64                 "TUIChat/Common": [
66                 ]
67               }
68             },
69             {
70               "name": "Chat",
71               "source_files": "**/TUIChat/Cell/CellData/Chat/*.{h,m,mm}",
72               "dependencies": {
73                 "TUIChat/Cell/CellData/Base": [
75                 ]
76               }
77             },
78             {
79               "name": "Custom",
80               "source_files": "**/TUIChat/Cell/CellData/Custom/*.{h,m,mm}",
81               "dependencies": {
82                 "TUIChat/Cell/CellData/Chat": [
84                 ]
85               }
86             },
87             {
88               "name": "Reply",
89               "source_files": "**/TUIChat/Cell/CellData/Reply/*.{h,m,mm}",
90               "dependencies": {
91                 "TUIChat/Cell/CellData/Chat": [
93                 ]
94               }
95             }
96           ]
97         },
98         {
99           "name": "CellUI",
100           "subspecs": [
101             {
102               "name": "Base",
103               "source_files": "**/TUIChat/Cell/CellUI/Base/*.{h,m,mm}",
104               "dependencies": {
105                 "TUIChat/Cell/CellData": [
107                 ]
108               }
109             },
110             {
111               "name": "Chat",
112               "source_files": "**/TUIChat/Cell/CellUI/Chat/*.{h,m,mm}",
113               "dependencies": {
114                 "TUIChat/Cell/CellUI/Base": [
116                 ]
117               }
118             },
119             {
120               "name": "Custom",
121               "source_files": "**/TUIChat/Cell/CellUI/Custom/*.{h,m,mm}",
122               "dependencies": {
123                 "TUIChat/Cell/CellUI/Chat": [
125                 ]
126               }
127             },
128             {
129               "name": "Reply",
130               "source_files": "**/TUIChat/Cell/CellUI/Reply/*.{h,m,mm}",
131               "dependencies": {
132                 "TUIChat/Cell/CellUI/Chat": [
134                 ]
135               }
136             }
137           ]
138         }
139       ]
140     },
141     {
142       "name": "DataProvider",
143       "source_files": "**/TUIChat/DataProvider/*.{h,m,mm}",
144       "dependencies": {
145         "TUIChat/Cell": [
147         ]
148       }
149     },
150     {
151       "name": "UI",
152       "subspecs": [
153         {
154           "name": "Base",
155           "subspecs": [
156             {
157               "name": "Camera",
158               "source_files": "**/TUIChat/UI/Base/Camera/*.{h,m,mm}",
159               "dependencies": {
160                 "TUIChat/DataProvider": [
162                 ]
163               }
164             },
165             {
166               "name": "Media",
167               "source_files": "**/TUIChat/UI/Base/Media/*.{h,m,mm}",
168               "dependencies": {
169                 "TUIChat/UI/Base/Camera": [
171                 ]
172               }
173             },
174             {
175               "name": "Pop",
176               "source_files": "**/TUIChat/UI/Base/Pop/*.{h,m,mm}",
177               "dependencies": {
178                 "TUIChat/DataProvider": [
180                 ]
181               }
182             }
183           ]
184         },
185         {
186           "name": "Forward",
187           "source_files": "**/TUIChat/UI/Forward/*.{h,m,mm}",
188           "dependencies": {
189             "TUIChat/UI/Base": [
191             ],
192             "TUIChat/UI/Input": [
194             ]
195           }
196         },
197         {
198           "name": "Input",
199           "source_files": "**/TUIChat/UI/Input/*.{h,m,mm}",
200           "dependencies": {
201             "TUIChat/UI/Base": [
203             ]
204           }
205         },
206         {
207           "name": "Pendency",
208           "source_files": "**/TUIChat/UI/Pendency/*.{h,m,mm}",
209           "dependencies": {
210             "TUIChat/UI/Base": [
212             ]
213           }
214         },
215         {
216           "name": "Chat",
217           "source_files": "**/TUIChat/UI/Chat/*.{h,m,mm}",
218           "dependencies": {
219             "TUIChat/UI/Forward": [
221             ],
222             "TUIChat/UI/Input": [
224             ],
225             "TUIChat/UI/Pendency": [
227             ]
228           }
229         }
230       ]
231     },
232     {
233       "name": "Service",
234       "source_files": "**/TUIChat/Service/*.{h,m,mm}",
235       "dependencies": {
236         "TUIChat/UI": [
238         ]
239       }
240     }
241   ]