-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathKSYVRPlayer_iOS.podspec
More file actions
24 lines (24 loc) · 952 Bytes
/
KSYVRPlayer_iOS.podspec
File metadata and controls
24 lines (24 loc) · 952 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Pod::Spec.new do |spec|
spec.name = 'KSYVRPlayer_iOS'
spec.version = '1.0.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 = { 'FanpingZeng' => 'zengfanping@kingsoft.com' }
spec.summary = 'KSYVRPlayer_iOS sdk manages the playback of a panorama video.'
spec.description = <<-DESC
KSYMediaPlayer_iOS sdk supoort iOS 7.0 and later,
DESC
spec.platform = :ios, '7.0'
spec.requires_arc = true
spec.frameworks = 'VideoToolbox'
spec.ios.library = 'z', 'iconv', 'stdc++.6'
spec.source = { :git => 'https://github.com/ksvc/KVrPlayer_iOS.git'}
spec.preserve_paths = 'framework/KSYVRPlayer.framework'
spec.public_header_files = 'framework/KSYVRPlayer.framework/Headers'
spec.vendored_frameworks = 'framework/KSYVRPlayer.framework'
end