[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / c / d / TIMCommon / 7.3.4358 / TIMCommon.podspec.json
blob8007ca27fe3265b87628127ac8f05d2203dcc314
2   "name": "TIMCommon",
3   "version": "7.3.4358",
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.3.4358/ios/TIMCommon.zip?time=2"
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.3.4358"
39         ],
40         "TUICore": [
41           "7.3.4358"
42         ],
43         "ReactiveObjC": [
45         ],
46         "SDWebImage": [
48         ]
49       }
50     },
51     {
52       "name": "BaseCell",
53       "subspecs": [
54         {
55           "name": "CellData",
56           "source_files": "**/TIMCommon/BaseCell/CellData/*.{h,m,mm}",
57           "dependencies": {
58             "TIMCommon/CommonModel": [
60             ]
61           }
62         },
63         {
64           "name": "CellUI",
65           "source_files": "**/TIMCommon/BaseCell/CellUI/*.{h,m,mm}",
66           "dependencies": {
67             "TIMCommon/BaseCell/CellData": [
69             ]
70           }
71         }
72       ]
73     },
74     {
75       "name": "UI_Classic",
76       "resources": [
77         "**/TIMCommon/Resources/*.bundle"
78       ],
79       "subspecs": [
80         {
81           "name": "Cell",
82           "subspecs": [
83             {
84               "name": "CellData",
85               "source_files": "**/TIMCommon/UI_Classic/Cell/CellData/*.{h,m,mm}",
86               "dependencies": {
87                 "TIMCommon/BaseCell": [
89                 ]
90               }
91             },
92             {
93               "name": "CellUI",
94               "source_files": "**/TIMCommon/UI_Classic/Cell/CellUI/*.{h,m,mm}",
95               "dependencies": {
96                 "TIMCommon/UI_Classic/Cell/CellData": [
98                 ]
99               }
100             }
101           ]
102         }
103       ]
104     },
105     {
106       "name": "UI_Minimalist",
107       "resources": [
108         "**/TIMCommon/Resources/*.bundle"
109       ],
110       "subspecs": [
111         {
112           "name": "Cell",
113           "subspecs": [
114             {
115               "name": "CellData",
116               "source_files": "**/TIMCommon/UI_Minimalist/Cell/CellData/*.{h,m,mm}",
117               "dependencies": {
118                 "TIMCommon/BaseCell": [
120                 ]
121               }
122             },
123             {
124               "name": "CellUI",
125               "source_files": "**/TIMCommon/UI_Minimalist/Cell/CellUI/*.{h,m,mm}",
126               "dependencies": {
127                 "TIMCommon/UI_Minimalist/Cell/CellData": [
129                 ]
130               }
131             }
132           ]
133         }
134       ]
135     }
136   ]