forked from ksvc/KSYLive_iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathKSYGPULiveDy_iOS.podspec
More file actions
30 lines (29 loc) · 1.44 KB
/
KSYGPULiveDy_iOS.podspec
File metadata and controls
30 lines (29 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Pod::Spec.new do |spec|
spec.name = 'KSYGPULiveDy_iOS'
spec.version = '1.6.3'
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' => '[email protected]' }
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.3'}
spec.preserve_paths = 'framework/livegpu/libksygpulivedylib.framework'
spec.public_header_files = 'framework/livegpu/libksygpulivedylib.framework/Headers'
spec.vendored_frameworks = 'framework/livegpu/libksygpulivedylib.framework'
end