blob: 1e3dd51d4d2e9765b931111c6ba038276f56ff3c [file] [log] [blame]
{
"name": "YWebRTC",
"version": "1.0.1",
"summary": "WebRTC SDK for iOS",
"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/",
"license": {
"type": "BSD",
"file": "LICENSE.md"
},
"authors": "Google Inc.",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/MakeMeBetter/ywebrtc.git",
"tag": "1.0.1"
},
"source_files": "WebRTC.framework/Headers/**/*.h",
"public_header_files": "WebRTC.framework/Headers/**/*.h",
"vendored_frameworks": "WebRTC.framework"
}