blob: 4ccdf51f423d09ef46f05a3bf162141478ef8d51 [file] [log] [blame]
{
"name": "YTX_iOS_IM_SDK",
"version": "0.0.4",
"summary": "容联 iOS IM SDK",
"description": "<<-DESC\n DESC",
"homepage": "https://www.yuntongxun.com/",
"license": "MIT",
"authors": {
"xietian": "xietian@yuntongxun.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"http": "http://123.57.140.180/YTX_iOS_IM_SDK.zip"
},
"source_files": [
"YTX_iOS_IM_SDK",
"YTX_iOS_IM_SDK/**/*.{h}"
],
"public_header_files": "YTX_iOS_IM_SDK/**/**/*.h",
"vendored_libraries": "YTX_iOS_IM_SDK/lib/libCCPiPhoneSDK.a",
"frameworks": [
"CoreTelephony",
"MediaPlayer",
"CFNetwork",
"SystemConfiguration",
"MobileCoreServices",
"AudioToolbox",
"CoreGraphics",
"AVFoundation",
"VideoToolbox"
],
"libraries": [
"resolv.9",
"icucore",
"sqlite3",
"z",
"stdc++.6.0.9",
"c++"
],
"static_framework": true,
"subspecs": [
{
"name": "Delegate",
"source_files": "YTX_iOS_IM_SDK/Delegate/*.{h}",
"public_header_files": "YTX_iOS_IM_SDK/Delegate/*.h"
},
{
"name": "enums",
"source_files": "YTX_iOS_IM_SDK/enums/*.{h}",
"public_header_files": "YTX_iOS_IM_SDK/enums/*.h"
},
{
"name": "Manager",
"source_files": "YTX_iOS_IM_SDK/Manager/*.{h}",
"public_header_files": "YTX_iOS_IM_SDK/Manager/*.h"
},
{
"name": "types",
"source_files": "YTX_iOS_IM_SDK/types/*.{h}",
"public_header_files": "YTX_iOS_IM_SDK/types/*.h"
}
]
}