Skip to content

Commit 39c4a34

Browse files
author
Roman Blum
committed
Update Package.swift
1 parent 10bec3f commit 39c4a34

1 file changed

Lines changed: 4 additions & 13 deletions

File tree

Package.swift

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,20 @@
11
// swift-tools-version:5.3
2-
// The swift-tools-version declares the minimum version of Swift required to build this package.
32

43
import PackageDescription
54

65
let package = Package(
76
name: "ScrollStackController",
87
platforms: [.iOS(.v11)],
98
products: [
10-
// Products define the executables and libraries produced by a package, and make them visible to other packages.
119
.library(
1210
name: "ScrollStackController",
13-
targets: ["ScrollStackController"]),
14-
],
15-
dependencies: [
16-
// Dependencies declare other packages that this package depends on.
17-
// .package(url: /* package url */, from: "1.0.0"),
11+
targets: ["ScrollStackController"]
12+
),
1813
],
1914
targets: [
20-
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
21-
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
2215
.target(
2316
name: "ScrollStackController",
24-
dependencies: []),
25-
.testTarget(
26-
name: "ScrollStackControllerTests",
27-
dependencies: ["ScrollStackController"]),
17+
dependencies: []
18+
),
2819
]
2920
)

0 commit comments

Comments
 (0)