1 Star 0 Fork 0

GH321/Spring

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Spring.podspec 577 Bytes
一键复制 编辑 原始数据 按行查看 历史
Meng To 提交于 2018-10-11 01:23 +08:00 . Update Spring.podspec
Pod::Spec.new do |s|
s.name = 'Spring'
s.version = '1.0.6'
s.license = 'MIT'
s.summary = 'A library to simplify iOS animations in Swift.'
s.homepage = 'https://github.com/MengTo/Spring'
s.authors = { 'Meng To' => 'meng@designcode.io' }
s.source = { :git => 'https://github.com/MengTo/Spring.git', :tag => s.version.to_s }
s.requires_arc = true
s.ios.deployment_target = '8.0'
s.tvos.deployment_target = '11.0'
s.source_files = 'Spring/*.swift'
s.ios.resources = ['Spring/*.xib', 'SpringApp/*.xcassets']
s.tvos.resources = ['SpringApp/*.xcassets']
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gh321/Spring.git
git@gitee.com:gh321/Spring.git
gh321
Spring
Spring
master

搜索帮助