1 Star 0 Fork 0

测试admin/AliPlayerSDK

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
AliPlayerSDK_iOS_VFI_FILTER.podspec 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
rendongge 提交于 2022-08-18 23:30 . add player 5.4.8.0 override
Pod::Spec.new do |s|
s.name = "AliPlayerSDK_iOS_VFI_FILTER"
s.version = "5.4.8.0"
s.summary = "AliPlayerSDK_iOS_vfi_filter."
s.description = <<-DESC
It's an SDK for aliyun video vodplay, which implement by Objective-C.
DESC
s.homepage = "https://github.com/aliyunvideo/AliPlayerSDK"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "aliyunvideo" => "[email protected]"}
s.platform = :ios
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/aliyunvideo/AliPlayerSDK.git", :tag => "#{s.version}" }
s.pod_target_xcconfig = {
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'
}
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.subspec 'AliPlayerSDK' do |playerSDK|
playerSDK.vendored_frameworks = 'vfi_filter.framework'
playerSDK.frameworks = 'MediaPlayer','CoreGraphics','QuartzCore','CoreVideo','OpenGLES','AVFoundation','CoreMedia','VideoToolbox','AudioToolbox'
end
#s.frameworks = 'VideoToolBox','MediaPlayer'
#s.libraries = 'z'
s.requires_arc = true
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ahnudwy/AliPlayerSDK.git
[email protected]:ahnudwy/AliPlayerSDK.git
ahnudwy
AliPlayerSDK
AliPlayerSDK
master

搜索帮助