[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / d / e / 5 / TUICustomerServicePlugin / 7.9.5666 / TUICustomerServicePlugin.podspec.json
blob76c1ae2018f760fb6555d509de9e4de71dc7272a
2   "name": "TUICustomerServicePlugin",
3   "version": "7.9.5666",
4   "platforms": {
5     "ios": "10.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.9.5666/ios/TUICustomerServicePlugin.zip"
21   },
22   "default_subspecs": "ALL",
23   "resource_bundles": {
24     "TUICustomerServicePlugin_Privacy": "**/TUICustomerServicePlugin/Resources/PrivacyInfo.xcprivacy"
25   },
26   "pod_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28   },
29   "user_target_xcconfig": {
30     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
31   },
32   "subspecs": [
33     {
34       "name": "CommonModel",
35       "source_files": "**/TUICustomerServicePlugin/CommonModel/*.{h,m,mm}",
36       "dependencies": {
37         "TUICore": [
39         ],
40         "TIMCommon": [
41           "~> 7.9.5666"
42         ],
43         "TUIChat": [
44           "~> 7.9.5666"
45         ],
46         "TUIContact": [
47           "~> 7.9.5666"
48         ]
49       }
50     },
51     {
52       "name": "UI_Classic",
53       "resources": [
54         "**/TUICustomerServicePlugin/Resources/*.bundle"
55       ],
56       "subspecs": [
57         {
58           "name": "DataProvider",
59           "source_files": "**/TUICustomerServicePlugin/UI_Classic/DataProvider/*.{h,m,mm}",
60           "dependencies": {
61             "TUICustomerServicePlugin/CommonModel": [
63             ]
64           }
65         },
66         {
67           "name": "BaseCell",
68           "source_files": "**/TUICustomerServicePlugin/UI_Classic/BaseCell/*.{h,m,mm}",
69           "dependencies": {
70             "TUICustomerServicePlugin/UI_Classic/DataProvider": [
72             ]
73           }
74         },
75         {
76           "name": "UI",
77           "source_files": "**/TUICustomerServicePlugin/UI_Classic/UI/*.{h,m,mm}",
78           "dependencies": {
79             "TUICustomerServicePlugin/UI_Classic/BaseCell": [
81             ]
82           }
83         },
84         {
85           "name": "Service",
86           "source_files": "**/TUICustomerServicePlugin/UI_Classic/Service/*.{h,m,mm}",
87           "dependencies": {
88             "TUICustomerServicePlugin/UI_Classic/UI": [
90             ]
91           }
92         }
93       ]
94     },
95     {
96       "name": "ALL",
97       "dependencies": {
98         "TUICustomerServicePlugin/UI_Classic": [
100         ]
101       }
102     }
103   ]