blob: ed5fc4c2760af3dcba7e4974071dff99c1372b9e [file] [log] [blame]
{
"name": "WebRTC4iRTC",
"version": "0.4",
"summary": "WebRTC SDK for iRTC",
"description": "WebRTC is a free, open project that provides browsers and mobile\napplications with Real-Time Communications (RTC) capabilities via simple\nAPIs.",
"homepage": "http://webrtc.org/",
"source": {
"http": "https://classroomkit.s3-us-west-2.amazonaws.com/webrtc-builds/m84/WebRTC.framework.tar.xz"
},
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": "Google Inc.",
"platforms": {
"ios": "10.0"
},
"pod_target_xcconfig": {
"ARCHS": "x86_64 arm64"
},
"source_files": "WebRTC.framework/Headers/**/*.h",
"public_header_files": "WebRTC.framework/Headers/**/*.h",
"vendored_frameworks": "WebRTC.framework"
}