[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 8 / d / 9 / YuntxIMLib / 5.4.13 / YuntxIMLib.podspec.json
blob33096a7980afe335c573f377e7414820aad9e969
2   "name": "YuntxIMLib",
3   "version": "5.4.13",
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.4.13"
17   },
18   "resources": "sdk/CCPSDKBundle.bundle",
19   "source_files": "sdk/*.h",
20   "vendored_libraries": "sdk/*.a",
21   "libraries": [
22     "resolv.9",
23     "icucore",
24     "sqlite3",
25     "z",
26     "xml2",
27     "bz2.1.0",
28     "c++"
29   ],
30   "frameworks": [
31     "CoreTelephony",
32     "MediaPlayer",
33     "CFNetwork",
34     "SystemConfiguration",
35     "MobileCoreServices",
36     "AudioToolbox",
37     "AVFoundation",
38     "VideoToolbox"
39   ],
40   "requires_arc": true,
41   "xcconfig": {
42     "OTHER_LINKER_FLAGS": "-ObjC",
43     "ENABLE_BITCODE": "NO"
44   },
45   "subspecs": [
46     {
47       "name": "Delegate",
48       "source_files": "sdk/Delegate/*.h"
49     },
50     {
51       "name": "enums",
52       "source_files": "sdk/enums/*.h"
53     },
54     {
55       "name": "Manager",
56       "source_files": "sdk/Manager/*.h"
57     },
58     {
59       "name": "private",
60       "source_files": "sdk/private/*.h"
61     },
62     {
63       "name": "types",
64       "source_files": "sdk/types/*.h",
65       "subspecs": [
66         {
67           "name": "LiveChatRoomType",
68           "source_files": "sdk/types/LiveChatRoomType/*.h"
69         }
70       ]
71     },
72     {
73       "name": "board",
74       "source_files": "sdk/board/*.h"
75     }
76   ]