Skip to content

Commit 91f4cc6

Browse files
committed
Package.swift cleanup
1 parent 7ded1e9 commit 91f4cc6

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Package.swift

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,17 @@
11
// swift-tools-version:5.3
2-
// The swift-tools-version declares the minimum version of Swift required to build this package.
2+
// (be sure to update the .swift-version file when this Swift version changes)
33

44
import PackageDescription
55

66
let package = Package(
77
name: "SwiftASCII",
8-
98
platforms: [.macOS(.v10_11), .iOS(.v9), .tvOS(.v9), .watchOS(.v2)],
10-
119
products: [
1210
.library(
1311
name: "SwiftASCII",
1412
targets: ["SwiftASCII"]
1513
)
1614
],
17-
18-
dependencies: [
19-
// none
20-
],
21-
2215
targets: [
2316
.target(
2417
name: "SwiftASCII",

0 commit comments

Comments
 (0)