[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / d / 7 / b / CDNByeSDK / 1.8.1 / CDNByeSDK.podspec.json
blob0bad911707067586046ea7b03c162b29efecf25e
2   "name": "CDNByeSDK",
3   "version": "1.8.1",
4   "summary": "CDNBye iOS SDK for Cross-platform P2P Streaming.",
5   "description": "CDNBye iOS SDK implements WebRTC datachannel to scale live, vod video streaming by peer-to-peer network using bittorrent-like protocol. The forming peer network can be layed over other CDNs or on top of the origin server. CDNBye installs a proxy between your video player and your stream which intercepts network requests and proxies them through a P2P engine.",
6   "homepage": "https://docs.cdnbye.com/#/en/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "cdnbye": "service@cdnbye.com"
13   },
14   "source": {
15     "git": "https://github.com/cdnbye/ios-p2p-engine.git",
16     "tag": "1.8.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "static_framework": true,
22   "vendored_frameworks": "CDNByeSDK/*.{framework}",
23   "dependencies": {
24     "WebRTCDatachannel": [
25       "0.0.1"
26     ],
27     "SocketRocket": [
28       "~> 0.5"
29     ],
30     "CocoaLumberjack": [
31       "~> 3.5"
32     ],
33     "PINCache": [
34       "~> 2.3"
35     ],
36     "GCDWebServer": [
37       "~> 3.5"
38     ],
39     "CocoaAsyncSocket": [
40       "~> 7.6"
41     ]
42   }