2 "name": "WebViewRTCDataChannel",
4 "summary": "A simple working iOS RTCDataChannel built using WKWebView.",
5 "description": "Rather than include the external native WebRTC iOS framework at https://webrtc.org/native-code/ios, this library leverages WebKit's inbuilt WebRTC functionality and exposes WebRTC functionality through the WKWebView control.",
6 "homepage": "https://github.com/zcduthie/WebViewRTCDataChannel",
12 "zcduthie": "zcduthie@gmail.com"
15 "git": "https://github.com/zcduthie/WebViewRTCDataChannel.git",
18 "swift_versions": "4.2",
22 "source_files": "WebViewRTCDataChannel/Classes/**/*",
24 "WebViewRTCDataChannel": [
25 "WebViewRTCDataChannel/Assets/datachannel.html",
26 "WebViewRTCDataChannel/Assets/datachannel.js"