1 Star 0 Fork 0

coolflyreg163/thoughtbot_Curry

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Package.swift 246 Bytes
一键复制 编辑 原始数据 按行查看 历史
Gordon Fontenot 提交于 2020-05-21 19:12 . Update Swift Package definitions
// swift-tools-version:5.2
import PackageDescription
let package = Package(
name: "Curry",
products: [.library(name: "Curry", targets: ["Curry"])],
dependencies: [],
targets: [.target(name: "Curry", dependencies: [], path: "Source")]
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/coolflyreg163/thoughtbot_Curry.git
git@gitee.com:coolflyreg163/thoughtbot_Curry.git
coolflyreg163
thoughtbot_Curry
thoughtbot_Curry
master

搜索帮助