blob: 0631c66d7356a1be98535583e9c315456d93d044 [file] [log] [blame]
{
"name": "YuntxIMLib",
"version": "5.4.14.1",
"summary": "容联云通讯IM SDK(如果看不到最新版本,请使用 pod repo update 命令更新一下本地pod仓库)",
"description": "容联云通讯SDK YuntxIMLib. (如果看不到最新版本,请使用 pod repo update 命令更新一下本地pod仓库)",
"homepage": "https://www.yuntongxun.com/",
"license": "MIT",
"authors": {
"gaoyuan": "2502905737@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://gitlab.com/YuntxSDK/YuntxIMLib.git",
"tag": "5.4.14.1"
},
"resources": "sdk/CCPSDKBundle.bundle",
"source_files": "sdk/*.h",
"vendored_libraries": "sdk/*.a",
"libraries": [
"resolv.9",
"icucore",
"sqlite3",
"z",
"xml2",
"bz2.1.0",
"c++"
],
"frameworks": [
"CoreTelephony",
"MediaPlayer",
"CFNetwork",
"SystemConfiguration",
"MobileCoreServices",
"AudioToolbox",
"AVFoundation",
"VideoToolbox"
],
"requires_arc": true,
"xcconfig": {
"OTHER_LINKER_FLAGS": "-ObjC",
"ENABLE_BITCODE": "NO"
},
"subspecs": [
{
"name": "Delegate",
"source_files": "sdk/Delegate/*.h"
},
{
"name": "enums",
"source_files": "sdk/enums/*.h"
},
{
"name": "Manager",
"source_files": "sdk/Manager/*.h"
},
{
"name": "private",
"source_files": "sdk/private/*.h"
},
{
"name": "types",
"source_files": "sdk/types/*.h",
"subspecs": [
{
"name": "LiveChatRoomType",
"source_files": "sdk/types/LiveChatRoomType/*.h"
}
]
},
{
"name": "board",
"source_files": "sdk/board/*.h"
}
]
}