1 Star 0 Fork 0

跑呀么跑啊/FittedSheets

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Package.swift 549 Bytes
一键复制 编辑 原始数据 按行查看 历史
Nhuan Vu 提交于 2021-08-25 16:01 . Support iOS 10
// swift-tools-version:5.2
//
// Package.swift
// FittedSheets
//
// Created by Andrew Breckenridge on 6/18/20.
// Copyright © 2020 Gordon Tucker. All rights reserved.
//
import PackageDescription
let package = Package(
name: "FittedSheets",
platforms: [
.iOS(.v10), .tvOS(.v10), .macOS(.v10_12), .watchOS(.v3)
],
products: [
.library(name: "FittedSheets", targets: ["FittedSheets"]),
],
targets: [
.target(name: "FittedSheets", path: "FittedSheets"),
],
swiftLanguageVersions: [.v5]
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Swift
1
https://gitee.com/flashlab/FittedSheets.git
[email protected]:flashlab/FittedSheets.git
flashlab
FittedSheets
FittedSheets
main

搜索帮助