2 Star 6 Fork 1

cdnbye / ios-p2p-engine

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
CDNByeSDK.podspec 1.21 KB
一键复制 编辑 原始数据 按行查看 历史
snowinszu 提交于 2020-08-26 00:28 . release v1.8.1
Pod::Spec.new do |s|
s.name = 'CDNByeSDK'
s.version = '1.8.1'
s.summary = 'CDNBye iOS SDK for Cross-platform P2P Streaming.'
s.description = <<-DESC
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.
DESC
s.homepage = 'https://docs.cdnbye.com/#/en/'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'cdnbye' => 'service@cdnbye.com' }
s.source = { :git => 'https://github.com/cdnbye/ios-p2p-engine.git', :tag => s.version.to_s }
s.ios.deployment_target = '10.0'
s.static_framework = true
s.vendored_frameworks = 'CDNByeSDK/*.{framework}'
s.dependency 'WebRTCDatachannel', '0.0.1'
s.dependency 'SocketRocket', '~> 0.5'
s.dependency 'CocoaLumberjack', '~> 3.5'
s.dependency 'PINCache', '~> 2.3'
s.dependency 'GCDWebServer', '~> 3.5'
s.dependency 'CocoaAsyncSocket', '~> 7.6'
end
Objective-C
1
https://gitee.com/cdnbye/ios-p2p-engine.git
git@gitee.com:cdnbye/ios-p2p-engine.git
cdnbye
ios-p2p-engine
ios-p2p-engine
master

搜索帮助