[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / c / d / TIMCommon / 8.1.6103 / TIMCommon.podspec.json
blobdb41d152c370a977857c4f43a958d1c79a3dd476
2   "name": "TIMCommon",
3   "version": "8.1.6103",
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": "TIMCommon",
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/8.1.6103/ios/TIMCommon.zip?time=6"
21   },
22   "pod_target_xcconfig": {
23     "DEFINES_MODULE": "YES"
24   },
25   "user_target_xcconfig": {
26     "DEFINES_MODULE": "YES"
27   },
28   "resource_bundles": {
29     "TIMCommon_Privacy": "**/TIMCommon/Resources/PrivacyInfo.xcprivacy"
30   },
31   "subspecs": [
32     {
33       "name": "CommonModel",
34       "source_files": "**/TIMCommon/CommonModel/*.{h,m,mm}",
35       "dependencies": {
36         "TXIMSDK_Plus_iOS_XCFramework": [
38         ],
39         "TUICore": [
41         ],
42         "ReactiveObjC": [
44         ],
45         "SDWebImage": [
47         ],
48         "Masonry": [
50         ]
51       }
52     },
53     {
54       "name": "BaseCellData",
55       "source_files": "**/TIMCommon/BaseCellData/*.{h,m,mm}",
56       "dependencies": {
57         "TIMCommon/CommonModel": [
59         ]
60       }
61     },
62     {
63       "name": "BaseCell",
64       "source_files": "**/TIMCommon/BaseCell/*.{h,m,mm}",
65       "dependencies": {
66         "TIMCommon/BaseCellData": [
68         ]
69       }
70     },
71     {
72       "name": "UI_Classic",
73       "source_files": "**/TIMCommon/UI_Classic/*.{h,m,mm}",
74       "dependencies": {
75         "TIMCommon/BaseCell": [
77         ]
78       },
79       "resources": [
80         "**/TIMCommon/Resources/*.bundle"
81       ]
82     },
83     {
84       "name": "UI_Minimalist",
85       "source_files": "**/TIMCommon/UI_Minimalist/*.{h,m,mm}",
86       "dependencies": {
87         "TIMCommon/BaseCell": [
89         ]
90       },
91       "resources": [
92         "**/TIMCommon/Resources/*.bundle"
93       ]
94     }
95   ]