blob: 9970fa404358c1ca2827a23a317a6d62ef24b353 [file] [log] [blame]
{
"name": "YWebRTC",
"version": "1.0.0",
"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.0"
},
"source_files": "WebRTC.framework/Headers/**/*.h",
"public_header_files": "WebRTC.framework/Headers/**/*.h",
"vendored_frameworks": "WebRTC.framework"
}