blob: d3c1987233348337a5fd89cfa3650fd50fc07305 [file] [log] [blame]
{
"name": "WebRTC4iRTC",
"version": "0.1",
"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.1"
},
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": "Google Inc.",
"platforms": {
"ios": "11.0"
},
"source_files": "WebRTC.framework/Headers/**/*.h",
"public_header_files": "WebRTC.framework/Headers/**/*.h",
"vendored_frameworks": "WebRTC.framework"
}