代码拉取完成,页面将自动刷新
Pod::Spec.new do |s|
s.name = "HXPhotoPicker"
s.version = "3.2.1"
s.summary = "照片/视频选择器 - 支持LivePhoto、GIF图片选择、自定义编辑照片/视频、3DTouch预览、浏览网络图片/网络视频 功能 - Imitation weibo photo/image picker - support for LivePhoto, GIF image selection, 3DTouch preview, browse the web image function"
s.homepage = "https://github.com/SilenceLove/HXPhotoPicker"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "SilenceLove" => "294005139@qq.com" }
s.platform = :ios, "8.0"
s.ios.deployment_target = "8.0"
s.source = { :git => "https://github.com/SilenceLove/HXPhotoPicker.git", :tag => "#{s.version}" }
s.framework = 'UIKit','Photos','PhotosUI'
s.requires_arc = true
s.default_subspec = 'Default'
s.subspec 'Default' do |de|
de.source_files = "HXPhotoPicker/**/*.{h,m}"
de.resources = "HXPhotoPicker/Resources/*.{bundle}"
end
s.subspec 'SDWebImage' do |sd|
sd.source_files = "HXPhotoPicker/**/*.{h,m}"
sd.dependency 'SDWebImage', '~> 5.0'
sd.resources = "HXPhotoPicker/Resources/*.{bundle}"
end
s.subspec 'SDWebImage_AF' do |sd_af|
sd_af.source_files = "HXPhotoPicker/**/*.{h,m}"
sd_af.dependency 'SDWebImage', '~> 5.0'
sd_af.dependency 'AFNetworking'
sd_af.resources = "HXPhotoPicker/Resources/*.{bundle}"
end
s.subspec 'YYWebImage' do |yy|
yy.source_files = "HXPhotoPicker/**/*.{h,m}"
yy.dependency 'YYWebImage', '~> 1.0.5'
yy.resources = "HXPhotoPicker/Resources/*.{bundle}"
end
s.subspec 'YYWebImage_AF' do |yy_af|
yy_af.source_files = "HXPhotoPicker/**/*.{h,m}"
yy_af.dependency 'YYWebImage', '~> 1.0.5'
yy_af.dependency 'AFNetworking'
yy_af.resources = "HXPhotoPicker/Resources/*.{bundle}"
end
end
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。