blob: a76075b7b529690d3c595a5f425571ebc61d9fd3 [file] [log] [blame]
{
"name": "YTX_iOS_IM_SDK",
"version": "0.0.7",
"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++"
],
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
},
"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"
}
]
}