blob: 71e5a79e7d29a3881290bd9990c95e35f31a89fe [file] [log] [blame]
{
"name": "WebRTC4iRTC",
"version": "0.2",
"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": {
"git": "https://github.com/classroomx/WebRTC.git",
"tag": "0.2"
},
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": "Google Inc.",
"platforms": {
"ios": "11.0"
},
"pod_target_xcconfig": {
"ARCHS": "x86_64 arm64 arm64e"
},
"source_files": "WebRTC.framework/Headers/**/*.h",
"public_header_files": "WebRTC.framework/Headers/**/*.h",
"vendored_frameworks": "WebRTC.framework"
}