blob: add0dda8c7d0d30b12616053f0fda46d86bd6edd [file] [log] [blame]
{
"name": "EVRTC",
"version": "1.2.1",
"summary": "EVRTC is the component that Easyvaas SDK real-time communications.",
"homepage": "https://easyvaas.github.io/doc/chapter5/iOS.html",
"license": {
"type": "Proprietary",
"text": " Copyright 2017 easyvaas.com. All rights reserved.\n"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": [
"CoreTelephony",
"CoreMedia",
"CoreMotion",
"AudioToolbox",
"VideoToolbox",
"AVFoundation"
],
"ios": {
"libraries": [
"resolv",
"c++"
]
},
"authors": {
"easyvaas": "liuchuanrui@cloudfocus.cn"
},
"source": {
"http": "http://vcloud.dev.easyvaas.com/sdk/EVRTC.zip"
},
"vendored_frameworks": "EVRTCFramework.framework",
"dependencies": {
"EVSDKBase": [
],
"AgoraRtcEngine_iOS": [
"~> 1.14.0"
]
}
}