We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6e6b13 + 565d062 commit d86135dCopy full SHA for d86135d
Package.swift
@@ -0,0 +1,20 @@
1
+// swift-tools-version:5.1
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(
7
+ name: "UITextView+Placeholder",
8
+ products: [
9
+ .library(
10
11
+ targets: ["UITextView+Placeholder"]),
12
+ ],
13
+ dependencies: [],
14
+ targets: [
15
+ .target(
16
17
+ path: "Sources",
18
+ publicHeadersPath: "Sources"),
19
+ ]
20
+)
0 commit comments