Ai
1 Star 0 Fork 0

ericdotwang/R.swift

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
R.swift.podspec 1.59 KB
一键复制 编辑 原始数据 按行查看 历史
Mathijs Kadijk 提交于 2020-11-08 21:25 +08:00 . Bump R.swift.Library dependency
Pod::Spec.new do |spec|
spec.name = "R.swift"
spec.version = ENV['POD_VERSION']
spec.license = "MIT"
spec.summary = "Get strong typed, autocompleted resources like images, fonts and segues in Swift projects"
spec.description = <<-DESC
R.swift is a tool to get strong typed, autocompleted resources like images, fonts and segues in Swift projects.
* Never type string identifiers again
* Supports images, fonts, storyboards, nibs, segues, reuse identifiers and more
* Compile time checks and errors instead of runtime crashes
DESC
spec.homepage = "https://github.com/mac-cain13/R.swift"
spec.documentation_url = "https://github.com/mac-cain13/R.swift/tree/master/Documentation"
spec.screenshots = [ "https://raw.githubusercontent.com/mac-cain13/R.swift/master/Documentation/Images/DemoUseImage.gif",
"https://raw.githubusercontent.com/mac-cain13/R.swift/master/Documentation/Images/DemoRenameImage.gif" ]
spec.author = { "Mathijs Kadijk" => "mkadijk@gmail.com" }
spec.social_media_url = "https://twitter.com/mac_cain13"
spec.requires_arc = true
spec.source = { :http => "https://github.com/mac-cain13/R.swift/releases/download/v#{spec.version}/rswift-v#{spec.version}.zip" }
spec.swift_version = "5.1"
spec.ios.deployment_target = '9.0'
spec.tvos.deployment_target = '9.0'
spec.watchos.deployment_target = '2.2'
spec.dependency "R.swift.Library", "~> 5.3.0"
spec.preserve_paths = "rswift"
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ericdotwang/R.swift.git
git@gitee.com:ericdotwang/R.swift.git
ericdotwang
R.swift
R.swift
master

搜索帮助