[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / c / d / TIMCommon / 7.5.4852 / TIMCommon.podspec.json
blob9b76b1573feab43a871a8a37936a734dff00f959
2   "name": "TIMCommon",
3   "version": "7.5.4852",
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/7.5.4852/ios/TIMCommon.zip"
21   },
22   "pod_target_xcconfig": {
23     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
24     "DEFINES_MODULE": "YES"
25   },
26   "user_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
28     "DEFINES_MODULE": "YES"
29   },
30   "subspecs": [
31     {
32       "name": "CommonModel",
33       "source_files": "**/TIMCommon/CommonModel/*.{h,m,mm}",
34       "dependencies": {
35         "TXIMSDK_Plus_iOS": [
36           "7.5.4852"
37         ],
38         "TUICore": [
39           "7.5.4852"
40         ],
41         "ReactiveObjC": [
43         ],
44         "SDWebImage": [
46         ],
47         "Masonry": [
49         ]
50       }
51     },
52     {
53       "name": "BaseCellData",
54       "source_files": "**/TIMCommon/BaseCellData/*.{h,m,mm}",
55       "dependencies": {
56         "TIMCommon/CommonModel": [
58         ]
59       }
60     },
61     {
62       "name": "BaseCell",
63       "source_files": "**/TIMCommon/BaseCell/*.{h,m,mm}",
64       "dependencies": {
65         "TIMCommon/BaseCellData": [
67         ]
68       }
69     },
70     {
71       "name": "UI_Classic",
72       "source_files": "**/TIMCommon/UI_Classic/*.{h,m,mm}",
73       "dependencies": {
74         "TIMCommon/BaseCell": [
76         ]
77       },
78       "resources": [
79         "**/TIMCommon/Resources/*.bundle"
80       ]
81     },
82     {
83       "name": "UI_Minimalist",
84       "source_files": "**/TIMCommon/UI_Minimalist/*.{h,m,mm}",
85       "dependencies": {
86         "TIMCommon/BaseCell": [
88         ]
89       },
90       "resources": [
91         "**/TIMCommon/Resources/*.bundle"
92       ]
93     }
94   ]