[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / a / 7 / TUIConversation / 7.0.3754 / TUIConversation.podspec.json
blobf87f49416581551bff0a153074def0a19be5f9f5
2   "name": "TUIConversation",
3   "version": "7.0.3754",
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": "TUIConversation",
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.0.3754/ios/TUIConversation.zip?time=2"
21   },
22   "default_subspecs": "ALL",
23   "pod_target_xcconfig": {
24     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
25     "GENERATE_INFOPLIST_FILE": "YES"
26   },
27   "user_target_xcconfig": {
28     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
29     "GENERATE_INFOPLIST_FILE": "YES"
30   },
31   "subspecs": [
32     {
33       "name": "CommonModel",
34       "source_files": "**/TUIConversation/CommonModel/*.{h,m,mm}",
35       "dependencies": {
36         "TUICore": [
37           "7.0.3754"
38         ]
39       }
40     },
41     {
42       "name": "BaseCell",
43       "subspecs": [
44         {
45           "name": "CellData",
46           "source_files": "**/TUIConversation/BaseCell/CellData/*.{h,m,mm}",
47           "dependencies": {
48             "TUIConversation/CommonModel": [
50             ]
51           }
52         },
53         {
54           "name": "CellUI",
55           "source_files": "**/TUIConversation/BaseCell/CellUI/*.{h,m,mm}",
56           "dependencies": {
57             "TUIConversation/BaseCell/CellData": [
59             ]
60           }
61         }
62       ]
63     },
64     {
65       "name": "BaseDataProvider",
66       "source_files": "**/TUIConversation/BaseDataProvider/*.{h,m,mm}",
67       "dependencies": {
68         "TUIConversation/BaseCell": [
70         ]
71       }
72     },
73     {
74       "name": "UI_Classic",
75       "resources": [
76         "**/TUIConversation/Resources/*.bundle"
77       ],
78       "subspecs": [
79         {
80           "name": "DataProvider",
81           "source_files": "**/TUIConversation/UI_Classic/DataProvider/*.{h,m,mm}",
82           "dependencies": {
83             "TUIConversation/BaseDataProvider": [
85             ]
86           }
87         },
88         {
89           "name": "UI",
90           "source_files": "**/TUIConversation/UI_Classic/UI/*.{h,m,mm}",
91           "dependencies": {
92             "TUIConversation/UI_Classic/DataProvider": [
94             ]
95           }
96         },
97         {
98           "name": "Service",
99           "source_files": "**/TUIConversation/UI_Classic/Service/*.{h,m,mm}",
100           "dependencies": {
101             "TUIConversation/UI_Classic/UI": [
103             ]
104           }
105         },
106         {
107           "name": "Header",
108           "source_files": "**/TUIConversation/UI_Classic/Header/*.{h,m,mm}",
109           "dependencies": {
110             "TUIConversation/UI_Classic/Service": [
112             ]
113           }
114         }
115       ]
116     },
117     {
118       "name": "UI_Minimalist",
119       "resources": [
120         "**/TUIConversation/Resources/*.bundle"
121       ],
122       "subspecs": [
123         {
124           "name": "Cell",
125           "subspecs": [
126             {
127               "name": "CellData",
128               "source_files": "**/TUIConversation/UI_Minimalist/Cell/CellData/*.{h,m,mm}",
129               "dependencies": {
130                 "TUIConversation/BaseDataProvider": [
132                 ]
133               }
134             },
135             {
136               "name": "CellUI",
137               "source_files": "**/TUIConversation/UI_Minimalist/Cell/CellUI/*.{h,m,mm}",
138               "dependencies": {
139                 "TUIConversation/UI_Minimalist/Cell/CellData": [
141                 ]
142               }
143             }
144           ]
145         },
146         {
147           "name": "DataProvider",
148           "source_files": "**/TUIConversation/UI_Minimalist/DataProvider/*.{h,m,mm}",
149           "dependencies": {
150             "TUIConversation/UI_Minimalist/Cell": [
152             ]
153           }
154         },
155         {
156           "name": "UI",
157           "source_files": "**/TUIConversation/UI_Minimalist/UI/*.{h,m,mm}",
158           "dependencies": {
159             "TUIConversation/UI_Minimalist/DataProvider": [
161             ]
162           }
163         },
164         {
165           "name": "Service",
166           "source_files": "**/TUIConversation/UI_Minimalist/Service/*.{h,m,mm}",
167           "dependencies": {
168             "TUIConversation/UI_Minimalist/UI": [
170             ]
171           }
172         },
173         {
174           "name": "Header",
175           "source_files": "**/TUIConversation/UI_Minimalist/Header/*.{h,m,mm}",
176           "dependencies": {
177             "TUIConversation/UI_Minimalist/Service": [
179             ]
180           }
181         }
182       ]
183     },
184     {
185       "name": "ALL",
186       "dependencies": {
187         "TUIConversation/UI_Classic": [
189         ],
190         "TUIConversation/UI_Minimalist": [
192         ]
193       }
194     }
195   ]