[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / a / 7 / TUIConversation / 6.0.1975 / TUIConversation.podspec.json
blobc7c43ad41f5e4275e4d0024e6506a6e768ad06f2
2   "name": "TUIConversation",
3   "version": "6.0.1975",
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://sdk-im-1252463788.cos.ap-hongkong.myqcloud.com/download/tuikit/6.0.1975/ios/TUIConversation.zip"
21   },
22   "resources": [
23     "**/TUIConversation/Resources/*.bundle"
24   ],
25   "pod_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
27   },
28   "user_target_xcconfig": {
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
30   },
31   "subspecs": [
32     {
33       "name": "Cell",
34       "subspecs": [
35         {
36           "name": "CellData",
37           "source_files": "**/TUIConversation/Cell/CellData/*.{h,m,mm}",
38           "dependencies": {
39             "TUICore": [
40               "6.0.1975"
41             ]
42           }
43         },
44         {
45           "name": "CellUI",
46           "source_files": "**/TUIConversation/Cell/CellUI/*.{h,m,mm}",
47           "dependencies": {
48             "TUIConversation/Cell/CellData": [
50             ]
51           }
52         }
53       ]
54     },
55     {
56       "name": "DataProvider",
57       "source_files": "**/TUIConversation/DataProvider/*.{h,m,mm}",
58       "dependencies": {
59         "TUIConversation/Cell": [
61         ]
62       }
63     },
64     {
65       "name": "UI",
66       "source_files": "**/TUIConversation/UI/*.{h,m,mm}",
67       "dependencies": {
68         "TUIConversation/DataProvider": [
70         ]
71       }
72     },
73     {
74       "name": "Service",
75       "source_files": "**/TUIConversation/Service/*.{h,m,mm}",
76       "dependencies": {
77         "TUIConversation/UI": [
79         ]
80       }
81     }
82   ]