1 Star 0 Fork 2

jinglantech/KSYLive_iOS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
KSYGPULiveDy_iOS.podspec 1.44 KB
一键复制 编辑 原始数据 按行查看 历史
liubohua 提交于 2016-08-04 18:10 . first commit
Pod::Spec.new do |spec|
spec.name = 'KSYGPULiveDy_iOS'
spec.version = '1.6.0'
spec.license = {
:type => 'Proprietary',
:text => <<-LICENSE
Copyright 2015 kingsoft Ltd. All rights reserved.
LICENSE
}
spec.homepage = 'http://v.ksyun.com/doc.html'
spec.authors = { 'Peng Bin' => 'pengbin@kingsoft.com' }
spec.summary = 'KSYGPULiveSDK help you play and stream live video from ios mobile devices.'
spec.description = <<-DESC
* KSYGPULiveSDK KSYStreamer capture video, compress and publish stream to rtmp server
* KSYGPULiveSDK KSYMediaPlayer manages the playback of movie or live streaming
* KSYGPULiveSDK KSYStreamerBase compress input CMSampleBuffers and publish stream to rtmp server
* KSYGPULiveSDK KSYGPUCamera capture video, Inherits from GPUImageVideoCamera
* KSYGPULiveSDK KSYGPUStreamer Conforms to GPUImageInput, compress and publish filted video to rtmp server
DESC
spec.platform = :ios, '8.0'
spec.requires_arc = true
spec.frameworks = 'VideoToolbox'
spec.dependency 'GPUImage'
spec.ios.library = 'z', 'iconv', 'stdc++.6'
spec.source = { :git => 'https://github.com/ksvc/KSYLive_iOS.git', :tag => 'v1.6.0'}
spec.preserve_paths = 'framework/livegpu/libksygpulivedylib.framework'
spec.public_header_files = 'framework/livegpu/libksygpulivedylib.framework/Headers'
spec.vendored_frameworks = 'framework/livegpu/libksygpulivedylib.framework'
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kinlink/KSYLive_iOS.git
git@gitee.com:kinlink/KSYLive_iOS.git
kinlink
KSYLive_iOS
KSYLive_iOS
master

搜索帮助