blob: 4d94685e460818bc5180d31124e65a1852c22adf [file] [log] [blame]
{
"name": "RtxChan",
"version": "1.0.1",
"summary": "anyRTC iOS 音视频传输库.",
"description": "RtxChan 是anyRTC 音视频底层传输库",
"homepage": "https://github.com/BoYuanZjq/RtxChan",
"license": "MIT",
"authors": {
"zzuzjq": "984630262@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/BoYuanZjq/RtxChan.git",
"tag": "1.0.1",
"submodules": true
},
"source_files": "RtxChan/**/*.{h,m}",
"public_header_files": "RtxChan/**/*.{h}",
"vendored_frameworks": "RtxChan/**/*.framework",
"frameworks": "CFNetwork",
"requires_arc": true
}