blob: da6c4ae3b9332d6a2285cea30355149ac0da67e3 [file] [log] [blame]
{
"name": "RTMeetEngine",
"version": "0.0.3",
"summary": "AnyRTC视频会议SDK",
"description": "RTMeetEngine 是anyRTC视频会议的iOS SDK",
"homepage": "https://github.com/BoYuanZjq/RTMeetEngine",
"license": "MIT",
"authors": {
"zzuzjq": "984630262@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/BoYuanZjq/RTMeetEngine.git",
"tag": "0.0.3",
"submodules": true
},
"source_files": "RTMeetEngine/**/*.{h,m}",
"public_header_files": "RTMeetEngine/**/*.{h}",
"vendored_frameworks": "RTMeetEngine/**/*.framework",
"frameworks": [
"AVFoundation",
"AudioToolbox",
"VideoToolbox",
"CoreMedia",
"OpenGLES"
],
"requires_arc": true
}