[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 8 / d / 9 / YuntxIMLib / 5.6.4.32.5 / YuntxIMLib.podspec.json
bloba52eef50d1a024135edc8f79b2708352f0d0ff6a
2   "name": "YuntxIMLib",
3   "version": "5.6.4.32.5",
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     "容联云通讯": "kevenwangkai@163.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://gitlab.com/YuntxSDK/YuntxIMLib.git",
16     "tag": "5.6.4.32.5"
17   },
18   "resources": "sdk/CCPSDKBundle.bundle",
19   "pod_target_xcconfig": {
20     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
21   },
22   "user_target_xcconfig": {
23     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
24   },
25   "source_files": "sdk/*.h",
26   "vendored_libraries": "sdk/*.a",
27   "vendored_frameworks": "sdk/*.framework",
28   "libraries": [
29     "resolv.9",
30     "icucore",
31     "sqlite3",
32     "z",
33     "xml2",
34     "bz2.1.0",
35     "c++"
36   ],
37   "frameworks": [
38     "CoreTelephony",
39     "MediaPlayer",
40     "CFNetwork",
41     "SystemConfiguration",
42     "MobileCoreServices",
43     "AudioToolbox",
44     "AVFoundation",
45     "VideoToolbox"
46   ],
47   "requires_arc": true,
48   "xcconfig": {
49     "OTHER_LINKER_FLAGS": "-ObjC",
50     "ENABLE_BITCODE": "NO"
51   },
52   "subspecs": [
53     {
54       "name": "Delegate",
55       "source_files": "sdk/Delegate/*.h"
56     },
57     {
58       "name": "enums",
59       "source_files": "sdk/enums/*.h"
60     },
61     {
62       "name": "Manager",
63       "source_files": "sdk/Manager/*.h"
64     },
65     {
66       "name": "private",
67       "source_files": "sdk/private/*.h"
68     },
69     {
70       "name": "types",
71       "source_files": "sdk/types/*.h",
72       "subspecs": [
73         {
74           "name": "LiveChatRoomType",
75           "source_files": "sdk/types/LiveChatRoomType/*.h"
76         }
77       ]
78     },
79     {
80       "name": "board",
81       "source_files": "sdk/board/*.h"
82     }
83   ]