1 Star 0 Fork 0

ios_shen/HUPhotoBrowser

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
HUPhotoBrowser.podspec 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
hujewelz 提交于 2018-09-03 17:51 +08:00 . 添加隐藏底部栏功能
#
# Be sure to run `pod spec lint HUPhotoBrowser.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
#
# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
#
Pod::Spec.new do |s|
s.name = "HUPhotoBrowser"
s.version = "1.4.5"
s.summary = "photo browser for ios, which can browse Photo library and web image"
s.homepage = "https://github.com/hujewelz/HUPhotoBrowser"
s.license = "MIT"
s.author = { "Jewelz Hu" => "https://github.com/hujewelz/HUPhotoBrowser" }
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/hujewelz/HUPhotoBrowser.git", :tag => s.version.to_s }
s.source_files = "HUPhotoBrowser/**/*.{h,m}"
s.requires_arc = true
s.frameworks = "UIKit", "Photos", "AssetsLibrary"
s.public_header_files = "HUPhotoBrowser/HUPhotoBrowser.h","HUPhotoBrowser/HUWebImageDownloader/HUWebImage.h", "HUPhotoBrowser/HUWebImageDownloader/{UIImageView+HUWebImage,HUWebImageDownloader}.h"
s.dependency "SVProgressHUD"
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ios_shen/HUPhotoBrowser.git
git@gitee.com:ios_shen/HUPhotoBrowser.git
ios_shen
HUPhotoBrowser
HUPhotoBrowser
master

搜索帮助