blob: a144b7021670f69d5c34e978c8084386d8d081b8 [file] [log] [blame]
{
"name": "CDNByeSDK",
"version": "0.7.2",
"summary": "CDNBye iOS SDK for Cross-platform P2P Streaming.",
"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.",
"homepage": "https://docs.cdnbye.com/#/en/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"cdnbye": "service@cdnbye.com"
},
"source": {
"git": "https://github.com/cdnbye/ios-p2p-engine.git",
"tag": "0.7.2"
},
"platforms": {
"ios": "9.0"
},
"vendored_frameworks": "CDNByeSDK/*.{framework}",
"dependencies": {
"GoogleWebRTC": [
"~> 1.1"
],
"SocketRocket": [
"~> 0.5"
],
"CocoaLumberjack": [
"~> 3.5"
],
"YYCache": [
"~> 1.0"
],
"GCDWebServer": [
"~> 3.5"
]
}
}