blob: 569c1dd9d2df19eb0ae01a224a86842ef082b9b3 [file] [log] [blame]
{
"name": "WKWebViewRTC",
"version": "0.2.0",
"summary": "WebRTC library for WKWebView for Swift on iOS",
"description": "WebRTC library for WKWebView for Swift on iOS (based on cordova-plugin-iosrtc: https://github.com/cordova-rtc/cordova-plugin-iosrtc)",
"homepage": "https://github.com/OpenTelecom/WKWebViewRTC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"OpenTelecom": "contact@OpenTele.com"
},
"source": {
"git": "https://github.com/OpenTelecom/WKWebViewRTC.git",
"tag": "0.2.0"
},
"swift_versions": "4.2",
"platforms": {
"ios": "11.0"
},
"source_files": "WKWebViewRTC/Classes/**/*",
"resources": "WKWebViewRTC/Js/jsWKWebViewRTC.js",
"dependencies": {
"GoogleWebRTC": [
"1.1.29229"
]
},
"swift_version": "4.2"
}