[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 8 / 6 / TUIChat / 5.8.1672 / TUIChat.podspec.json
blobda80e6a1bfef6dc3522041548978ce4a3ed26e5a
2   "name": "TUIChat",
3   "version": "5.8.1672",
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/5.8.1672/ios/TUIChat.zip"
22   },
23   "dependencies": {
24     "TUICore": [
25       "5.8.1672"
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         },
80         {
81           "name": "CellUI",
82           "subspecs": [
83             {
84               "name": "Base",
85               "source_files": "**/TUIChat/Cell/CellUI/Base/*.{h,m,mm}",
86               "dependencies": {
87                 "TUIChat/Cell/CellData": [
89                 ]
90               }
91             },
92             {
93               "name": "Chat",
94               "source_files": "**/TUIChat/Cell/CellUI/Chat/*.{h,m,mm}",
95               "dependencies": {
96                 "TUIChat/Cell/CellUI/Base": [
98                 ]
99               }
100             },
101             {
102               "name": "Custom",
103               "source_files": "**/TUIChat/Cell/CellUI/Custom/*.{h,m,mm}",
104               "dependencies": {
105                 "TUIChat/Cell/CellUI/Chat": [
107                 ]
108               }
109             }
110           ]
111         }
112       ]
113     },
114     {
115       "name": "DataProvider",
116       "source_files": "**/TUIChat/DataProvider/*.{h,m,mm}",
117       "dependencies": {
118         "TUIChat/Cell": [
120         ]
121       }
122     },
123     {
124       "name": "UI",
125       "subspecs": [
126         {
127           "name": "Base",
128           "subspecs": [
129             {
130               "name": "Camera",
131               "source_files": "**/TUIChat/UI/Base/Camera/*.{h,m,mm}",
132               "dependencies": {
133                 "TUIChat/DataProvider": [
135                 ]
136               }
137             },
138             {
139               "name": "Media",
140               "source_files": "**/TUIChat/UI/Base/Media/*.{h,m,mm}",
141               "dependencies": {
142                 "TUIChat/UI/Base/Camera": [
144                 ]
145               }
146             }
147           ]
148         },
149         {
150           "name": "Forward",
151           "source_files": "**/TUIChat/UI/Forward/*.{h,m,mm}",
152           "dependencies": {
153             "TUIChat/UI/Base": [
155             ]
156           }
157         },
158         {
159           "name": "Input",
160           "source_files": "**/TUIChat/UI/Input/*.{h,m,mm}",
161           "dependencies": {
162             "TUIChat/UI/Base": [
164             ]
165           }
166         },
167         {
168           "name": "Pendency",
169           "source_files": "**/TUIChat/UI/Pendency/*.{h,m,mm}",
170           "dependencies": {
171             "TUIChat/UI/Base": [
173             ]
174           }
175         },
176         {
177           "name": "Chat",
178           "source_files": "**/TUIChat/UI/Chat/*.{h,m,mm}",
179           "dependencies": {
180             "TUIChat/UI/Forward": [
182             ],
183             "TUIChat/UI/Input": [
185             ],
186             "TUIChat/UI/Pendency": [
188             ]
189           }
190         }
191       ]
192     },
193     {
194       "name": "Service",
195       "source_files": "**/TUIChat/Service/*.{h,m,mm}",
196       "dependencies": {
197         "TUIChat/UI": [
199         ]
200       }
201     }
202   ]