[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / d / 7 / b / CDNByeSDK / 0.4.0 / CDNByeSDK.podspec.json
bloba851ad7ce33b1ed1dd73c3a264e83026f97c4737
2   "name": "CDNByeSDK",
3   "version": "0.4.0",
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": "0.4.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "vendored_frameworks": "CDNByeSDK/*.{framework}",
22   "dependencies": {
23     "GoogleWebRTC": [
24       "~> 1.1"
25     ],
26     "SocketRocket": [
27       "~> 0.5"
28     ],
29     "CocoaLumberjack": [
30       "~> 3.5"
31     ],
32     "YYCache": [
33       "~> 1.0"
34     ],
35     "GCDWebServer": [
36       "~> 3.5"
37     ]
38   }