[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 8 / 6 / TUIChat / 6.0.1975 / TUIChat.podspec.json
blob4610e4c74a2f96136ce2b84a59e2bfbbf415f69b
2   "name": "TUIChat",
3   "version": "6.0.1975",
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://sdk-im-1252463788.cos.ap-hongkong.myqcloud.com/download/tuikit/6.0.1975/ios/TUIChat.zip"
22   },
23   "dependencies": {
24     "TUICore": [
25       "6.0.1975"
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": "VoiceConvert",
40       "vendored_libraries": [
41         "**/TUIChat/VoiceConvert/*.a"
42       ],
43       "source_files": "**/TUIChat/VoiceConvert/*.{h,m,mm}"
44     },
45     {
46       "name": "Cell",
47       "subspecs": [
48         {
49           "name": "CellData",
50           "subspecs": [
51             {
52               "name": "Base",
53               "source_files": "**/TUIChat/Cell/CellData/Base/*.{h,m,mm}",
54               "dependencies": {
55                 "TUIChat/VoiceConvert": [
57                 ]
58               }
59             },
60             {
61               "name": "Chat",
62               "source_files": "**/TUIChat/Cell/CellData/Chat/*.{h,m,mm}",
63               "dependencies": {
64                 "TUIChat/Cell/CellData/Base": [
66                 ]
67               }
68             },
69             {
70               "name": "Custom",
71               "source_files": "**/TUIChat/Cell/CellData/Custom/*.{h,m,mm}",
72               "dependencies": {
73                 "TUIChat/Cell/CellData/Chat": [
75                 ]
76               }
77             },
78             {
79               "name": "Reply",
80               "source_files": "**/TUIChat/Cell/CellData/Reply/*.{h,m,mm}",
81               "dependencies": {
82                 "TUIChat/Cell/CellData/Chat": [
84                 ]
85               }
86             }
87           ]
88         },
89         {
90           "name": "CellUI",
91           "subspecs": [
92             {
93               "name": "Base",
94               "source_files": "**/TUIChat/Cell/CellUI/Base/*.{h,m,mm}",
95               "dependencies": {
96                 "TUIChat/Cell/CellData": [
98                 ]
99               }
100             },
101             {
102               "name": "Chat",
103               "source_files": "**/TUIChat/Cell/CellUI/Chat/*.{h,m,mm}",
104               "dependencies": {
105                 "TUIChat/Cell/CellUI/Base": [
107                 ]
108               }
109             },
110             {
111               "name": "Custom",
112               "source_files": "**/TUIChat/Cell/CellUI/Custom/*.{h,m,mm}",
113               "dependencies": {
114                 "TUIChat/Cell/CellUI/Chat": [
116                 ]
117               }
118             },
119             {
120               "name": "Reply",
121               "source_files": "**/TUIChat/Cell/CellUI/Reply/*.{h,m,mm}",
122               "dependencies": {
123                 "TUIChat/Cell/CellUI/Chat": [
125                 ]
126               }
127             }
128           ]
129         }
130       ]
131     },
132     {
133       "name": "DataProvider",
134       "source_files": "**/TUIChat/DataProvider/*.{h,m,mm}",
135       "dependencies": {
136         "TUIChat/Cell": [
138         ]
139       }
140     },
141     {
142       "name": "UI",
143       "subspecs": [
144         {
145           "name": "Base",
146           "subspecs": [
147             {
148               "name": "Camera",
149               "source_files": "**/TUIChat/UI/Base/Camera/*.{h,m,mm}",
150               "dependencies": {
151                 "TUIChat/DataProvider": [
153                 ]
154               }
155             },
156             {
157               "name": "Media",
158               "source_files": "**/TUIChat/UI/Base/Media/*.{h,m,mm}",
159               "dependencies": {
160                 "TUIChat/UI/Base/Camera": [
162                 ]
163               }
164             },
165             {
166               "name": "Pop",
167               "source_files": "**/TUIChat/UI/Base/Pop/*.{h,m,mm}"
168             }
169           ]
170         },
171         {
172           "name": "Forward",
173           "source_files": "**/TUIChat/UI/Forward/*.{h,m,mm}",
174           "dependencies": {
175             "TUIChat/UI/Base": [
177             ]
178           }
179         },
180         {
181           "name": "Input",
182           "source_files": "**/TUIChat/UI/Input/*.{h,m,mm}",
183           "dependencies": {
184             "TUIChat/UI/Base": [
186             ]
187           }
188         },
189         {
190           "name": "Pendency",
191           "source_files": "**/TUIChat/UI/Pendency/*.{h,m,mm}",
192           "dependencies": {
193             "TUIChat/UI/Base": [
195             ]
196           }
197         },
198         {
199           "name": "Chat",
200           "source_files": "**/TUIChat/UI/Chat/*.{h,m,mm}",
201           "dependencies": {
202             "TUIChat/UI/Forward": [
204             ],
205             "TUIChat/UI/Input": [
207             ],
208             "TUIChat/UI/Pendency": [
210             ]
211           }
212         }
213       ]
214     },
215     {
216       "name": "Service",
217       "source_files": "**/TUIChat/Service/*.{h,m,mm}",
218       "dependencies": {
219         "TUIChat/UI": [
221         ]
222       }
223     }
224   ]