blob: 055d4db5583fec0940517dfe6919b9017bb6333f [file] [log] [blame]
{
"name": "RTCP2PEngine",
"version": "1.0.2",
"summary": "AnyRTC视频呼叫SDK",
"description": "RTCP2PEngine 是anyRTC视频呼叫的iOS SDK",
"homepage": "https://github.com/BoYuanZjq/RTCP2PEngine",
"license": "MIT",
"authors": {
"zzuzjq": "984630262@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/BoYuanZjq/RTCP2PEngine.git",
"tag": "1.0.2",
"submodules": true
},
"source_files": "RTCP2PEngine/**/*.{h,m}",
"public_header_files": "RTCP2PEngine/**/*.{h}",
"vendored_frameworks": "RTCP2PEngine/**/*.framework",
"frameworks": [
"AVFoundation",
"AudioToolbox",
"VideoToolbox",
"CoreMedia",
"OpenGLES",
"Security",
"GLKit",
"UIKit",
"Foundation"
],
"requires_arc": true
}