We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc1a924 commit f39e7acCopy full SHA for f39e7ac
Package.swift
@@ -1,5 +1,20 @@
1
+// swift-tools-version:5.0
2
+// The swift-tools-version declares the minimum version of Swift required to build this package.
3
+
4
import PackageDescription
5
6
let package = Package(
- name: "TableKit"
-)
7
+ name: "TableKit",
8
9
+ products: [
10
+ .library(
11
12
+ targets: ["TableKit"]),
13
+ ],
14
15
+ targets: [
16
+ .target(
17
18
+ path: "Sources")
19
+ ]
20
+)
0 commit comments