代码拉取完成,页面将自动刷新
#
# 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
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。