加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
JXPhotoBrowser.podspec 690 Bytes
一键复制 编辑 原始数据 按行查看 历史
jasonxliang 提交于 2021-02-20 10:57 . Update version 3.1.3.
Pod::Spec.new do |s|
s.name = 'JXPhotoBrowser'
s.version = '3.1.3'
s.summary = 'Elegant photo browser in Swift.'
s.description = 'Elegant photo browser in Swift. Inspired by WeChat.'
s.homepage = 'https://github.com/JiongXing/PhotoBrowser'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'JiongXing' => 'liangjiongxing@qq.com' }
s.source = { :git => 'https://github.com/JiongXing/PhotoBrowser.git', :tag => s.version.to_s }
s.ios.deployment_target = '8.0'
s.swift_version = '4.0', '4.2', '5.0'
s.source_files = 'Sources/JXPhotoBrowser/*'
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化