blob: a9913369ba8f5c178ba6de47274948ab65d5d243 [file] [log] [blame]
{
"name": "WebViewRTCDataChannel",
"version": "0.1.0",
"summary": "A simple working iOS RTCDataChannel built using WKWebView.",
"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.",
"homepage": "https://github.com/zcduthie/WebViewRTCDataChannel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zcduthie": "zcduthie@gmail.com"
},
"source": {
"git": "https://github.com/zcduthie/WebViewRTCDataChannel.git",
"tag": "0.1.0"
},
"swift_versions": "4.2",
"platforms": {
"ios": "11.0"
},
"source_files": "WebViewRTCDataChannel/Classes/**/*",
"resource_bundles": {
"WebViewRTCDataChannel": [
"WebViewRTCDataChannel/Assets/datachannel.html",
"WebViewRTCDataChannel/Assets/datachannel.js"
]
}
}