2 Star 22 Fork 2

番茄 / WMPlayer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Podfile 698 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhengwenming 提交于 2018-10-20 01:23 . add WNPlayer with FFmpeg
source 'https://github.com/CocoaPods/Specs.git'
source 'https://github.com/Artsy/Specs.git'
platform :ios, '8.0'
# 引用框架
use_frameworks!
# ignore all warnings from all pods(注解)
inhibit_all_warnings!
target 'PlayerDemo' do
pod 'Masonry'
pod 'GPUImage'
pod 'AFNetworking'
pod 'MJRefresh'
pod 'SDWebImage'
pod 'TZImagePickerController', '~> 2.1.6'
end
#Xcode里配置:项目名->Target->Build Settings->Enable BitCode中设置为NO就可以了.
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['ENABLE_BITCODE'] = 'NO'
end
end
end
Objective-C
1
https://gitee.com/VenkeFan/WMPlayer.git
git@gitee.com:VenkeFan/WMPlayer.git
VenkeFan
WMPlayer
WMPlayer
master

搜索帮助