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