blob: 28156439dadb9411e6cc26b9d5fba4a312c87386 [file] [log] [blame]
{
"name": "ArcRtcEngine",
"version": "1.0.1",
"summary": "一个快捷支持音视频通讯的SDK",
"homepage": "https://github.com/ArcvideoDangHong/ArcRtcEngine",
"license": "MIT",
"authors": {
"ArcVideo": "develop@arcvideo.com"
},
"social_media_url": "",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ArcvideoDangHong/ArcRtcEngine.git",
"tag": "1.0.1"
},
"source_files": "ArcRtcEngine/**/*.{h,m}",
"requires_arc": true,
"frameworks": [
"CoreLocation",
"AVFoundation",
"VideoToolbox",
"SystemConfiguration"
],
"libraries": [
"resolv",
"c++"
],
"vendored_libraries": [
"ArcRtcEngine/Libraries/libARCRtcEngine.a",
"ArcRtcEngine/Libraries/libArcVideoTool.a"
]
}