[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 8 / d / 9 / YuntxIMLib / 5.6.4.4 / YuntxIMLib.podspec.json
blob7b07a31b5938e2035245c1e6e48c5a81f6900093
2   "name": "YuntxIMLib",
3   "version": "5.6.4.4",
4   "summary": "容联云通讯IM SDK(如果看不到最新版本,请使用 pod repo update 命令更新一下本地pod仓库)",
5   "description": "容联云通讯SDK YuntxIMLib. (如果看不到最新版本,请使用 pod repo update 命令更新一下本地pod仓库)",
6   "homepage": "https://www.yuntongxun.com/",
7   "license": "MIT",
8   "authors": {
9     "gaoyuan": "2502905737@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://gitlab.com/YuntxSDK/YuntxIMLib.git",
16     "tag": "5.6.4.4"
17   },
18   "resources": "sdk/CCPSDKBundle.bundle",
19   "source_files": "sdk/*.h",
20   "vendored_libraries": "sdk/*.a",
21   "vendored_frameworks": "sdk/*.framework",
22   "libraries": [
23     "resolv.9",
24     "icucore",
25     "sqlite3",
26     "z",
27     "xml2",
28     "bz2.1.0",
29     "c++"
30   ],
31   "frameworks": [
32     "CoreTelephony",
33     "MediaPlayer",
34     "CFNetwork",
35     "SystemConfiguration",
36     "MobileCoreServices",
37     "AudioToolbox",
38     "AVFoundation",
39     "VideoToolbox"
40   ],
41   "requires_arc": true,
42   "xcconfig": {
43     "OTHER_LINKER_FLAGS": "-ObjC",
44     "ENABLE_BITCODE": "NO"
45   },
46   "subspecs": [
47     {
48       "name": "Delegate",
49       "source_files": "sdk/Delegate/*.h"
50     },
51     {
52       "name": "enums",
53       "source_files": "sdk/enums/*.h"
54     },
55     {
56       "name": "Manager",
57       "source_files": "sdk/Manager/*.h"
58     },
59     {
60       "name": "private",
61       "source_files": "sdk/private/*.h"
62     },
63     {
64       "name": "types",
65       "source_files": "sdk/types/*.h",
66       "subspecs": [
67         {
68           "name": "LiveChatRoomType",
69           "source_files": "sdk/types/LiveChatRoomType/*.h"
70         }
71       ]
72     },
73     {
74       "name": "board",
75       "source_files": "sdk/board/*.h"
76     }
77   ]