6 Star 15 Fork 5

Danie1s / Tiercel

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Package.swift 815 Bytes
一键复制 编辑 原始数据 按行查看 历史
Daniels 提交于 2020-01-09 19:20 . update
// swift-tools-version:5.1
// The swift-tools-version declares the minimum version of Swift required to build this package.
import PackageDescription
let package = Package(
name: "Tiercel",
platforms: [.iOS(.v10)],
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
.library(
name: "Tiercel",
targets: ["Tiercel"]),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
.target(
name: "Tiercel",
path: "Sources")
],
swiftLanguageVersions: [.v5]
)
Swift
1
https://gitee.com/Danie1s/Tiercel.git
git@gitee.com:Danie1s/Tiercel.git
Danie1s
Tiercel
Tiercel
master

搜索帮助