[Add] LiteRTSwift 0.0.1-nightly.20250111
[CocoaPods.git] / Specs / d / e / 5 / TUICustomerServicePlugin / 7.6.5011 / TUICustomerServicePlugin.podspec.json
blob0a1047a5ce3b97fc1cee9027a3ea2d756a0d10ea
2   "name": "TUICustomerServicePlugin",
3   "version": "7.6.5011",
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": "TUICustomerServicePlugin",
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.6.5011/ios/TUICustomerServicePlugin.zip"
21   },
22   "pod_target_xcconfig": {
23     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
24     "GENERATE_INFOPLIST_FILE": "YES"
25   },
26   "user_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
28     "GENERATE_INFOPLIST_FILE": "YES"
29   },
30   "subspecs": [
31     {
32       "name": "CommonModel",
33       "source_files": "**/TUICustomerServicePlugin/CommonModel/*.{h,m,mm}",
34       "dependencies": {
35         "TUICore": [
36           "7.6.5011"
37         ],
38         "TIMCommon": [
39           "7.6.5011"
40         ],
41         "TUIChat": [
42           "7.6.5011"
43         ],
44         "TUIContact": [
45           "7.6.5011"
46         ]
47       }
48     },
49     {
50       "name": "UI_Classic",
51       "resources": [
52         "**/TUICustomerServicePlugin/Resources/*.bundle"
53       ],
54       "subspecs": [
55         {
56           "name": "DataProvider",
57           "source_files": "**/TUICustomerServicePlugin/UI_Classic/DataProvider/*.{h,m,mm}",
58           "dependencies": {
59             "TUICustomerServicePlugin/CommonModel": [
61             ]
62           }
63         },
64         {
65           "name": "BaseCell",
66           "source_files": "**/TUICustomerServicePlugin/UI_Classic/BaseCell/*.{h,m,mm}",
67           "dependencies": {
68             "TUICustomerServicePlugin/UI_Classic/DataProvider": [
70             ]
71           }
72         },
73         {
74           "name": "UI",
75           "source_files": "**/TUICustomerServicePlugin/UI_Classic/UI/*.{h,m,mm}",
76           "dependencies": {
77             "TUICustomerServicePlugin/UI_Classic/BaseCell": [
79             ]
80           }
81         },
82         {
83           "name": "Service",
84           "source_files": "**/TUICustomerServicePlugin/UI_Classic/Service/*.{h,m,mm}",
85           "dependencies": {
86             "TUICustomerServicePlugin/UI_Classic/UI": [
88             ]
89           }
90         }
91       ]
92     },
93     {
94       "name": "ALL",
95       "dependencies": {
96         "TUICustomerServicePlugin/UI_Classic": [
98         ]
99       }
100     }
101   ]