[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / e / b / 3 / TUIGroup / 7.3.4358 / TUIGroup.podspec.json
blob449f5da8f2636baf8f1a76e96aa6cfe3a04a8ac4
2   "name": "TUIGroup",
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": "TUIGroup",
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/TUIGroup.zip?time=2"
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": "**/TUIGroup/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": "**/TUIGroup/BaseCell/CellData/*.{h,m,mm}",
56           "dependencies": {
57             "TUIGroup/CommonModel": [
59             ]
60           }
61         },
62         {
63           "name": "CellUI",
64           "source_files": "**/TUIGroup/BaseCell/CellUI/*.{h,m,mm}",
65           "dependencies": {
66             "TUIGroup/BaseCell/CellData": [
68             ]
69           }
70         }
71       ]
72     },
73     {
74       "name": "BaseDataProvider",
75       "source_files": "**/TUIGroup/BaseDataProvider/*.{h,m,mm}",
76       "dependencies": {
77         "TUIGroup/BaseCell": [
79         ]
80       }
81     },
82     {
83       "name": "CommonUI",
84       "source_files": "**/TUIGroup/CommonUI/*.{h,m,mm}",
85       "dependencies": {
86         "TUIGroup/BaseDataProvider": [
88         ]
89       }
90     },
91     {
92       "name": "UI_Classic",
93       "resources": [
94         "**/TUIGroup/Resources/*.bundle"
95       ],
96       "subspecs": [
97         {
98           "name": "UI",
99           "source_files": "**/TUIGroup/UI_Classic/UI/*.{h,m,mm}",
100           "dependencies": {
101             "TUIGroup/CommonUI": [
103             ]
104           }
105         },
106         {
107           "name": "Service",
108           "source_files": "**/TUIGroup/UI_Classic/Service/*.{h,m,mm}",
109           "dependencies": {
110             "TUIGroup/UI_Classic/UI": [
112             ]
113           }
114         },
115         {
116           "name": "Header",
117           "source_files": "**/TUIGroup/UI_Classic/Header/*.{h,m,mm}",
118           "dependencies": {
119             "TUIGroup/UI_Classic/Service": [
121             ]
122           }
123         }
124       ]
125     },
126     {
127       "name": "UI_Minimalist",
128       "resources": [
129         "**/TUIGroup/Resources/*.bundle"
130       ],
131       "subspecs": [
132         {
133           "name": "Cell",
134           "subspecs": [
135             {
136               "name": "CellData",
137               "source_files": "**/TUIGroup/UI_Minimalist/Cell/CellData/*.{h,m,mm}",
138               "dependencies": {
139                 "TUIGroup/CommonUI": [
141                 ]
142               }
143             },
144             {
145               "name": "CellUI",
146               "source_files": "**/TUIGroup/UI_Minimalist/Cell/CellUI/*.{h,m,mm}",
147               "dependencies": {
148                 "TUIGroup/UI_Minimalist/Cell/CellData": [
150                 ]
151               }
152             }
153           ]
154         },
155         {
156           "name": "DataProvider",
157           "source_files": "**/TUIGroup/UI_Minimalist/DataProvider/*.{h,m,mm}",
158           "dependencies": {
159             "TUIGroup/UI_Minimalist/Cell": [
161             ]
162           }
163         },
164         {
165           "name": "UI",
166           "source_files": "**/TUIGroup/UI_Minimalist/UI/*.{h,m,mm}",
167           "dependencies": {
168             "TUIGroup/UI_Minimalist/DataProvider": [
170             ]
171           }
172         },
173         {
174           "name": "Service",
175           "source_files": "**/TUIGroup/UI_Minimalist/Service/*.{h,m,mm}",
176           "dependencies": {
177             "TUIGroup/UI_Minimalist/UI": [
179             ]
180           }
181         },
182         {
183           "name": "Header",
184           "source_files": "**/TUIGroup/UI_Minimalist/Header/*.{h,m,mm}",
185           "dependencies": {
186             "TUIGroup/UI_Minimalist/Service": [
188             ]
189           }
190         }
191       ]
192     },
193     {
194       "name": "ALL",
195       "dependencies": {
196         "TUIGroup/UI_Classic": [
198         ],
199         "TUIGroup/UI_Minimalist": [
201         ]
202       }
203     }
204   ]