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