1 Star 1 Fork 0

ysfox / GKPhotoBrowser

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
GKPhotoBrowser.podspec 753 Bytes
一键复制 编辑 原始数据 按行查看 历史
QuintGao 提交于 2019-05-31 09:02 . 修复内存溢出问题
Pod::Spec.new do |s|
s.name = "GKPhotoBrowser"
s.version = "1.5.2"
s.summary = "iOS自定义图片浏览器,支持CocoaPods"
s.homepage = "https://github.com/QuintGao/GKPhotoBrowser"
s.license = "MIT"
s.authors = { "高坤" => "1094887059@qq.com" }
s.social_media_url = "https://github.com/QuintGao"
s.platform = :ios, "8.0"
s.ios.deployment_target = "8.0"
s.source = { :git => "https://github.com/QuintGao/GKPhotoBrowser.git", :tag => s.version.to_s }
s.source_files = "GKPhotoBrowser/**/*.{h,m}"
s.public_header_files = "GKPhotoBrowser/**/*.h"
s.resource = "GKPhotoBrowser/GKPhotoBrowser.bundle"
s.frameworks = "Foundation", "UIKit"
s.dependency "SDWebImage"
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Objective-C
1
https://gitee.com/ysfox/GKPhotoBrowser.git
git@gitee.com:ysfox/GKPhotoBrowser.git
ysfox
GKPhotoBrowser
GKPhotoBrowser
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891