[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 4 / a / 7 / TUIConversation / 7.3.4358 / TUIConversation.podspec.json
blob56dbb5d3da8e51ba80f0a966e0dc648cc940a354
2   "name": "TUIConversation",
3   "version": "7.3.4358",
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": "TUIConversation",
15   "xcconfig": {
16     "VALID_ARCHS": "armv7 arm64 x86_64"
17   },
18   "requires_arc": true,
19   "source": {
20     "http": "https://im.sdk.cloud.tencent.cn/download/tuikit/7.3.4358/ios/TUIConversation.zip?time=3"
21   },
22   "default_subspecs": "ALL",
23   "pod_target_xcconfig": {
24     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
25     "GENERATE_INFOPLIST_FILE": "YES"
26   },
27   "user_target_xcconfig": {
28     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
29     "GENERATE_INFOPLIST_FILE": "YES"
30   },
31   "subspecs": [
32     {
33       "name": "CommonModel",
34       "source_files": "**/TUIConversation/CommonModel/*.{h,m,mm}",
35       "dependencies": {
36         "TXIMSDK_Plus_iOS": [
37           "7.3.4358"
38         ],
39         "TUICore": [
40           "7.3.4358"
41         ],
42         "TIMCommon": [
43           "7.3.4358"
44         ],
45         "ReactiveObjC": [
47         ]
48       }
49     },
50     {
51       "name": "BaseCell",
52       "subspecs": [
53         {
54           "name": "CellData",
55           "source_files": "**/TUIConversation/BaseCell/CellData/*.{h,m,mm}",
56           "dependencies": {
57             "TUIConversation/CommonModel": [
59             ]
60           }
61         },
62         {
63           "name": "CellUI",
64           "source_files": "**/TUIConversation/BaseCell/CellUI/*.{h,m,mm}",
65           "dependencies": {
66             "TUIConversation/BaseCell/CellData": [
68             ]
69           }
70         }
71       ]
72     },
73     {
74       "name": "BaseDataProvider",
75       "source_files": "**/TUIConversation/BaseDataProvider/*.{h,m,mm}",
76       "dependencies": {
77         "TUIConversation/BaseCell": [
79         ]
80       }
81     },
82     {
83       "name": "UI_Classic",
84       "resources": [
85         "**/TUIConversation/Resources/*.bundle"
86       ],
87       "subspecs": [
88         {
89           "name": "DataProvider",
90           "source_files": "**/TUIConversation/UI_Classic/DataProvider/*.{h,m,mm}",
91           "dependencies": {
92             "TUIConversation/BaseDataProvider": [
94             ]
95           }
96         },
97         {
98           "name": "UI",
99           "source_files": "**/TUIConversation/UI_Classic/UI/*.{h,m,mm}",
100           "dependencies": {
101             "TUIConversation/UI_Classic/DataProvider": [
103             ]
104           }
105         },
106         {
107           "name": "Service",
108           "source_files": "**/TUIConversation/UI_Classic/Service/*.{h,m,mm}",
109           "dependencies": {
110             "TUIConversation/UI_Classic/UI": [
112             ]
113           }
114         },
115         {
116           "name": "Header",
117           "source_files": "**/TUIConversation/UI_Classic/Header/*.{h,m,mm}",
118           "dependencies": {
119             "TUIConversation/UI_Classic/Service": [
121             ]
122           }
123         }
124       ]
125     },
126     {
127       "name": "UI_Minimalist",
128       "resources": [
129         "**/TUIConversation/Resources/*.bundle"
130       ],
131       "subspecs": [
132         {
133           "name": "Cell",
134           "subspecs": [
135             {
136               "name": "CellData",
137               "source_files": "**/TUIConversation/UI_Minimalist/Cell/CellData/*.{h,m,mm}",
138               "dependencies": {
139                 "TUIConversation/BaseDataProvider": [
141                 ]
142               }
143             },
144             {
145               "name": "CellUI",
146               "source_files": "**/TUIConversation/UI_Minimalist/Cell/CellUI/*.{h,m,mm}",
147               "dependencies": {
148                 "TUIConversation/UI_Minimalist/Cell/CellData": [
150                 ]
151               }
152             }
153           ]
154         },
155         {
156           "name": "DataProvider",
157           "source_files": "**/TUIConversation/UI_Minimalist/DataProvider/*.{h,m,mm}",
158           "dependencies": {
159             "TUIConversation/UI_Minimalist/Cell": [
161             ]
162           }
163         },
164         {
165           "name": "UI",
166           "source_files": "**/TUIConversation/UI_Minimalist/UI/*.{h,m,mm}",
167           "dependencies": {
168             "TUIConversation/UI_Minimalist/DataProvider": [
170             ]
171           }
172         },
173         {
174           "name": "Service",
175           "source_files": "**/TUIConversation/UI_Minimalist/Service/*.{h,m,mm}",
176           "dependencies": {
177             "TUIConversation/UI_Minimalist/UI": [
179             ]
180           }
181         },
182         {
183           "name": "Header",
184           "source_files": "**/TUIConversation/UI_Minimalist/Header/*.{h,m,mm}",
185           "dependencies": {
186             "TUIConversation/UI_Minimalist/Service": [
188             ]
189           }
190         }
191       ]
192     },
193     {
194       "name": "ALL",
195       "dependencies": {
196         "TUIConversation/UI_Classic": [
198         ],
199         "TUIConversation/UI_Minimalist": [
201         ]
202       }
203     }
204   ]