[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / f / 6 / TUIChat_wyl / 1.0.1 / TUIChat_wyl.podspec.json
blob03b486d1255c02652a83f947a63b3434c6ac472b
2   "name": "TUIChat_wyl",
3   "version": "1.0.1",
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_wyl",
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.1992/ziOS/wyl/wyl2/TUIChat_wyl.zip"
22   },
23   "dependencies": {
24     "TUICore": [
25       "6.1.2155"
26     ]
27   },
28   "resources": [
29     "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": "VoiceConvert/*.a",
41       "source_files": "VoiceConvert/*.{h,m,mm}"
42     },
43     {
44       "name": "Common",
45       "source_files": "Common/*.{h,m,mm}"
46     },
47     {
48       "name": "Cell",
49       "subspecs": [
50         {
51           "name": "CellData",
52           "subspecs": [
53             {
54               "name": "Base",
55               "source_files": "Cell/CellData/Base/*.{h,m,mm}",
56               "dependencies": {
57                 "TUIChat_wyl/VoiceConvert": [
59                 ],
60                 "TUIChat_wyl/Common": [
62                 ]
63               }
64             },
65             {
66               "name": "Chat",
67               "source_files": "Cell/CellData/Chat/*.{h,m,mm}",
68               "dependencies": {
69                 "TUIChat_wyl/Cell/CellData/Base": [
71                 ]
72               }
73             },
74             {
75               "name": "Custom",
76               "source_files": "Cell/CellData/Custom/*.{h,m,mm}",
77               "dependencies": {
78                 "TUIChat_wyl/Cell/CellData/Chat": [
80                 ]
81               }
82             },
83             {
84               "name": "Reply",
85               "source_files": "Cell/CellData/Reply/*.{h,m,mm}",
86               "dependencies": {
87                 "TUIChat_wyl/Cell/CellData/Chat": [
89                 ]
90               }
91             }
92           ]
93         },
94         {
95           "name": "CellUI",
96           "subspecs": [
97             {
98               "name": "Base",
99               "source_files": "Cell/CellUI/Base/*.{h,m,mm}",
100               "dependencies": {
101                 "TUIChat_wyl/Cell/CellData": [
103                 ]
104               }
105             },
106             {
107               "name": "Chat",
108               "source_files": "Cell/CellUI/Chat/*.{h,m,mm}",
109               "dependencies": {
110                 "TUIChat_wyl/Cell/CellUI/Base": [
112                 ]
113               }
114             },
115             {
116               "name": "Custom",
117               "source_files": "Cell/CellUI/Custom/*.{h,m,mm}",
118               "dependencies": {
119                 "TUIChat_wyl/Cell/CellUI/Chat": [
121                 ]
122               }
123             },
124             {
125               "name": "Reply",
126               "source_files": "Cell/CellUI/Reply/*.{h,m,mm}",
127               "dependencies": {
128                 "TUIChat_wyl/Cell/CellUI/Chat": [
130                 ]
131               }
132             }
133           ]
134         }
135       ]
136     },
137     {
138       "name": "DataProvider",
139       "source_files": "DataProvider/*.{h,m,mm}",
140       "dependencies": {
141         "TUIChat_wyl/Cell": [
143         ]
144       }
145     },
146     {
147       "name": "UI",
148       "subspecs": [
149         {
150           "name": "Base",
151           "subspecs": [
152             {
153               "name": "Camera",
154               "source_files": "UI/Base/Camera/*.{h,m,mm}",
155               "dependencies": {
156                 "TUIChat_wyl/DataProvider": [
158                 ]
159               }
160             },
161             {
162               "name": "Media",
163               "source_files": "UI/Base/Media/*.{h,m,mm}",
164               "dependencies": {
165                 "TUIChat_wyl/UI/Base/Camera": [
167                 ]
168               }
169             },
170             {
171               "name": "Pop",
172               "source_files": "UI/Base/Pop/*.{h,m,mm}"
173             }
174           ]
175         },
176         {
177           "name": "Forward",
178           "source_files": "UI/Forward/*.{h,m,mm}",
179           "dependencies": {
180             "TUIChat_wyl/UI/Base": [
182             ]
183           }
184         },
185         {
186           "name": "Input",
187           "source_files": "UI/Input/*.{h,m,mm}",
188           "dependencies": {
189             "TUIChat_wyl/UI/Base": [
191             ]
192           }
193         },
194         {
195           "name": "Pendency",
196           "source_files": "UI/Pendency/*.{h,m,mm}",
197           "dependencies": {
198             "TUIChat_wyl/UI/Base": [
200             ]
201           }
202         },
203         {
204           "name": "Chat",
205           "source_files": "UI/Chat/*.{h,m,mm}",
206           "dependencies": {
207             "TUIChat_wyl/UI/Forward": [
209             ],
210             "TUIChat_wyl/UI/Input": [
212             ],
213             "TUIChat_wyl/UI/Pendency": [
215             ]
216           }
217         }
218       ]
219     },
220     {
221       "name": "Service",
222       "source_files": "Service/*.{h,m,mm}",
223       "dependencies": {
224         "TUIChat_wyl/UI": [
226         ]
227       }
228     }
229   ]