[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / c / d / TIMCommon / 7.2.4146 / TIMCommon.podspec.json
blobbc18e42a50229e0278fca89f0d1bd2c038bc9204
2   "name": "TIMCommon",
3   "version": "7.2.4146",
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.2.4146/ios/TIMCommon.zip?time=2"
21   },
22   "pod_target_xcconfig": {
23     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
24     "GENERATE_INFOPLIST_FILE": "YES"
25   },
26   "user_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
28     "GENERATE_INFOPLIST_FILE": "YES"
29   },
30   "subspecs": [
31     {
32       "name": "CommonModel",
33       "source_files": "**/TIMCommon/CommonModel/*.{h,m,mm}",
34       "dependencies": {
35         "TXIMSDK_Plus_iOS": [
36           "7.2.4146"
37         ],
38         "TUICore": [
39           "7.2.4146"
40         ],
41         "ReactiveObjC": [
43         ],
44         "SDWebImage": [
46         ]
47       }
48     },
49     {
50       "name": "BaseCell",
51       "subspecs": [
52         {
53           "name": "CellData",
54           "source_files": "**/TIMCommon/BaseCell/CellData/*.{h,m,mm}",
55           "dependencies": {
56             "TIMCommon/CommonModel": [
58             ]
59           }
60         },
61         {
62           "name": "CellUI",
63           "source_files": "**/TIMCommon/BaseCell/CellUI/*.{h,m,mm}",
64           "dependencies": {
65             "TIMCommon/BaseCell/CellData": [
67             ]
68           }
69         }
70       ]
71     },
72     {
73       "name": "UI_Classic",
74       "resources": [
75         "**/TIMCommon/Resources/*.bundle"
76       ],
77       "subspecs": [
78         {
79           "name": "Cell",
80           "subspecs": [
81             {
82               "name": "CellData",
83               "source_files": "**/TIMCommon/UI_Classic/Cell/CellData/*.{h,m,mm}",
84               "dependencies": {
85                 "TIMCommon/BaseCell": [
87                 ]
88               }
89             },
90             {
91               "name": "CellUI",
92               "source_files": "**/TIMCommon/UI_Classic/Cell/CellUI/*.{h,m,mm}",
93               "dependencies": {
94                 "TIMCommon/UI_Classic/Cell/CellData": [
96                 ]
97               }
98             }
99           ]
100         }
101       ]
102     },
103     {
104       "name": "UI_Minimalist",
105       "resources": [
106         "**/TIMCommon/Resources/*.bundle"
107       ],
108       "subspecs": [
109         {
110           "name": "Cell",
111           "subspecs": [
112             {
113               "name": "CellData",
114               "source_files": "**/TIMCommon/UI_Minimalist/Cell/CellData/*.{h,m,mm}",
115               "dependencies": {
116                 "TIMCommon/BaseCell": [
118                 ]
119               }
120             },
121             {
122               "name": "CellUI",
123               "source_files": "**/TIMCommon/UI_Minimalist/Cell/CellUI/*.{h,m,mm}",
124               "dependencies": {
125                 "TIMCommon/UI_Minimalist/Cell/CellData": [
127                 ]
128               }
129             }
130           ]
131         }
132       ]
133     }
134   ]