Ai
1 Star 0 Fork 1

Godcoder/swift-then

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Then.podspec 711 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jacob Hollenbeck 提交于 2020-11-19 06:42 +08:00 . Update Then.podspec
Pod::Spec.new do |s|
s.name = "Then"
s.version = "3.0.0"
s.summary = "Super sweet syntactic sugar for Swift initializers."
s.homepage = "https://github.com/devxoul/Then"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Suyeol Jeon" => "devxoul@gmail.com" }
s.source = { :git => "https://github.com/devxoul/Then.git",
:tag => s.version.to_s }
s.source_files = "Sources/Then/*.swift"
s.requires_arc = true
s.swift_version = "5.0"
s.ios.deployment_target = "9.0"
s.osx.deployment_target = "10.9"
s.tvos.deployment_target = "9.0"
s.watchos.deployment_target = "2.0"
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/godcoder1/swift-then.git
git@gitee.com:godcoder1/swift-then.git
godcoder1
swift-then
swift-then
master

搜索帮助