blob: 5c7167e8ea35443c79b865845c372afd899dfa2a [file] [log] [blame]
{
"name": "ArcRtcEngine",
"version": "1.0.0",
"license": "MIT",
"summary": "A delightful iOS audio-video communication sdk.",
"homepage": "https://github.com/ArcvideoDangHong/ArcRtcEngine",
"authors": {
"Arcvideo": "develop@arcvideo.com"
},
"source": {
"git": "https://github.com/ArcvideoDangHong/ArcRtcEngine.git",
"tag": "1.0.0",
"submodules": true
},
"requires_arc": true,
"public_header_files": [
"ArcRtcEngine.h",
"ArcFiltersController.h"
],
"platforms": {
"ios": "8.0"
},
"source_files": [
"ArcRtcEngine.{h,m}",
"ArcFiltersController.h"
],
"frameworks": [
"CoreLocation",
"AVFoundation",
"VideoToolbox",
"SystemConfiguration"
],
"libraries": [
"resolv",
"c++"
],
"vendored_libraries": [
"Libraries/libARCRtcEngine.a",
"Libraries/libArcVideoTool.a"
]
}