Skip to content

Commit 981d7b8

Browse files
committed
Add iOS platform to package
1 parent b6b7fb7 commit 981d7b8

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

Package.swift

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,19 @@
11
// swift-tools-version:5.2
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: "NavigatableCollection",
7+
platforms: [
8+
.iOS(.v13),
9+
],
810
products: [
9-
// Products define the executables and libraries produced by a package, and make them visible to other packages.
1011
.library(
1112
name: "NavigatableCollection",
1213
targets: ["NavigatableCollection"]),
1314
],
14-
dependencies: [
15-
// Dependencies declare other packages that this package depends on.
16-
// .package(url: /* package url */, from: "1.0.0"),
17-
],
15+
dependencies: [],
1816
targets: [
19-
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
20-
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
2117
.target(
2218
name: "NavigatableCollection",
2319
dependencies: []),

0 commit comments

Comments
 (0)