1 Star 14 Fork 3

Git小豆包/HXPhotoPicker

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
HXPhotoPicker.podspec 912 Bytes
一键复制 编辑 原始数据 按行查看 历史
枫叶丶 提交于 2018-06-28 22:37 . v2.1.9
Pod::Spec.new do |s|
s.name = "HXPhotoPicker"
s.version = "2.1.9"
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.source = { :git => "https://github.com/SilenceLove/HXPhotoPicker.git", :tag => "#{s.version}" }
s.source_files = "照片选择器/HXPhotoPicker/*.{h,m}"
s.resources = "照片选择器/HXPhotoPicker/*.{png,xib,nib,bundle}"
s.framework = "UIKit"
s.requires_arc = true
s.dependency "SDWebImage", "~> 4.4.1"
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/378518868/HXPhotoPicker.git
git@gitee.com:378518868/HXPhotoPicker.git
378518868
HXPhotoPicker
HXPhotoPicker
master

搜索帮助