[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 3 / e / b / WebViewRTCDataChannel / 0.1.0 / WebViewRTCDataChannel.podspec.json
bloba9913369ba8f5c178ba6de47274948ab65d5d243
2   "name": "WebViewRTCDataChannel",
3   "version": "0.1.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zcduthie": "zcduthie@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/zcduthie/WebViewRTCDataChannel.git",
16     "tag": "0.1.0"
17   },
18   "swift_versions": "4.2",
19   "platforms": {
20     "ios": "11.0"
21   },
22   "source_files": "WebViewRTCDataChannel/Classes/**/*",
23   "resource_bundles": {
24     "WebViewRTCDataChannel": [
25       "WebViewRTCDataChannel/Assets/datachannel.html",
26       "WebViewRTCDataChannel/Assets/datachannel.js"
27     ]
28   }