[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / c / d / TIMCommon / 7.9.5666 / TIMCommon.podspec.json
blob71fb2dd3f0f8458d45214c1f2ecd783eb9eb3364
2   "name": "TIMCommon",
3   "version": "7.9.5666",
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.9.5666/ios/TIMCommon.zip?time=6"
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   "resource_bundles": {
31     "TIMCommon_Privacy": "**/TIMCommon/Resources/PrivacyInfo.xcprivacy"
32   },
33   "subspecs": [
34     {
35       "name": "CommonModel",
36       "source_files": "**/TIMCommon/CommonModel/*.{h,m,mm}",
37       "dependencies": {
38         "TXIMSDK_Plus_iOS": [
40         ],
41         "TUICore": [
43         ],
44         "ReactiveObjC": [
46         ],
47         "SDWebImage": [
49         ],
50         "Masonry": [
52         ]
53       }
54     },
55     {
56       "name": "BaseCellData",
57       "source_files": "**/TIMCommon/BaseCellData/*.{h,m,mm}",
58       "dependencies": {
59         "TIMCommon/CommonModel": [
61         ]
62       }
63     },
64     {
65       "name": "BaseCell",
66       "source_files": "**/TIMCommon/BaseCell/*.{h,m,mm}",
67       "dependencies": {
68         "TIMCommon/BaseCellData": [
70         ]
71       }
72     },
73     {
74       "name": "UI_Classic",
75       "source_files": "**/TIMCommon/UI_Classic/*.{h,m,mm}",
76       "dependencies": {
77         "TIMCommon/BaseCell": [
79         ]
80       },
81       "resources": [
82         "**/TIMCommon/Resources/*.bundle"
83       ]
84     },
85     {
86       "name": "UI_Minimalist",
87       "source_files": "**/TIMCommon/UI_Minimalist/*.{h,m,mm}",
88       "dependencies": {
89         "TIMCommon/BaseCell": [
91         ]
92       },
93       "resources": [
94         "**/TIMCommon/Resources/*.bundle"
95       ]
96     }
97   ]