[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / d / 7 / b / CDNByeSDK / 1.7.1 / CDNByeSDK.podspec.json
blobb1418825ef01df4a6967bf746a5955adaa62f5cb
2   "name": "CDNByeSDK",
3   "version": "1.7.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.7.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "vendored_frameworks": "CDNByeSDK/*.{framework}",
22   "dependencies": {
23     "WebRTCDatachannel": [
24       "0.0.1"
25     ],
26     "SocketRocket": [
27       "~> 0.5"
28     ],
29     "CocoaLumberjack": [
30       "~> 3.5"
31     ],
32     "PINCache": [
33       "~> 2.3"
34     ],
35     "GCDWebServer": [
36       "~> 3.5"
37     ],
38     "CocoaAsyncSocket": [
39       "~> 7.6"
40     ]
41   }