forked from ksvc/KSYLive_iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKSYGPULive_iOS.podspec
28 lines (27 loc) · 1.27 KB
/
KSYGPULive_iOS.podspec
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
Pod::Spec.new do |spec|
spec.name = 'KSYGPULive_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, '7.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.vendored_frameworks = 'framework/livegpu/libksygpulive.framework'
end