1 Star 1 Fork 0

卟败灬筱龙/WNPlayerPlus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
WNPlayerPlus.podspec 1.95 KB
一键复制 编辑 原始数据 按行查看 历史
卟败灬筱龙 提交于 2023-08-02 10:03 . 渲染未完成
#
# Be sure to run `pod lib lint WNPlayerPlus.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |spec|
spec.name = 'WNPlayerPlus'
spec.version = '1.1.7'
spec.summary = 'WNPlayerPlus base on WNPlayer'
spec.description = <<-DESC
'基于WNPlayer开发,原始库地址[https://github.com/zhengwenming/WNPlayer.git],项目内使用自编译FFMpeg.Framework,版本4.3.3。鉴于本人网络环境堪忧,故首选国内开源库托管网站Gitee,同时Github亦会同步一份,望见谅。'
DESC
spec.homepage = 'https://gitee.com/ilongge/WNPlayerPlus'
spec.license = { :type => 'MIT', :file => 'LICENSE.txt' }
spec.author = { 'ilongge' => '1015820857@qq.com' }
spec.source = { :git => 'https://gitee.com/ilongge/WNPlayerPlus.git', :tag => spec.version.to_s }
spec.ios.deployment_target = '12.1'
spec.requires_arc = true
spec.pod_target_xcconfig = {
'ARCHS[sdk=iphonesimulator*]' => '$(ARCHS_STANDARD_64_BIT)',
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'
}
spec.user_target_xcconfig = {
'CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES' => 'YES',
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64',
'GENERATE_INFOPLIST_FILE' => 'YES'
}
spec.frameworks = 'AVFoundation', 'Accelerate', 'OpenGLES', 'AudioToolbox', 'VideoToolbox', 'MetalKit'
spec.source_files = 'WNPlayerPlus/**/*.{h,m}'
spec.public_header_files = 'WNPlayerPlus/WNPlayerPlus.h','WNPlayerPlus/WNPlayer/*.h'
spec.resource_bundle = {
'WNPlayerPlus' => [ 'WNPlayerPlus/**/*.{xib,xcassets,json,glsl,metal,strings}' ]
}
spec.dependency 'ffmpeg-kit-ios-min','~> 5.1'
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Objective-C
1
https://gitee.com/ilongge/WNPlayerPlus.git
git@gitee.com:ilongge/WNPlayerPlus.git
ilongge
WNPlayerPlus
WNPlayerPlus
master

搜索帮助