-
Notifications
You must be signed in to change notification settings - Fork 4
/
BaiduBCEPlayerFull.podspec
43 lines (40 loc) · 1.52 KB
/
BaiduBCEPlayerFull.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Pod::Spec.new do |s|
s.name = 'BaiduBCEPlayerFull'
s.version = '3.9.0'
s.summary = 'Baidu Cloud iOS Player SDK'
s.homepage = 'https://cloud.baidu.com/doc/VideoCreatingSDK/s/yldy7iu7u'
s.license = {
:type => 'Proprietary',
:text => <<-LICENSE
Copyright (c) 2018 Baidu.com, Inc. All Rights Reserved.
LICENSE
}
s.description = <<-DESC
Baidu Cloud iOS Player SDK supoort iOS 9.0 and later,
DESC
s.author = { 'Baidu Cloud Multimedia Team' => 'bce-multimedia@baidu.com' }
s.source = { :http => 'https://bdcloud-sdk-new.cdn.bcebos.com/PLAYER/ios/Baidu-Cloud-Player-iOS-FULL-3.9.0.zip',:sha1 => "7e5a7f92b1faa56cab1f6f001eefd6ef680beb56"}
s.ios.deployment_target = '9.0'
s.requires_arc = true
s.pod_target_xcconfig = {
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'
}
s.user_target_xcconfig = {
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'
}
s.vendored_libraries =
'vendor/libffmpeg.a',
'vendor/libssl.a',
'vendor/libcrypto.a',
'vendor/libdav1d.a'
s.vendored_frameworks =
'frameworks/BDCloudMediaUtils.framework',
'frameworks/BDCloudMediaPlayer.framework',
'frameworks/BDCloudMediaDownloader.framework',
'frameworks/BDCloudMediaSource.framework',
'frameworks/BDCloudMediaSprite.framework',
'frameworks/BDCloudMediaAdaptive.framework',
'frameworks/BaiduAPMAgent.framework'
s.frameworks = 'Foundation', 'UIKit', 'AudioToolbox', 'MobileCoreServices', 'GLKit'
s.libraries = 'bz2', 'z', 'c++'
end