We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e8a6da + 085b53c commit df854acCopy full SHA for df854ac
1 file changed
Package.swift
@@ -0,0 +1,20 @@
1
+// swift-tools-version: 5.5
2
+// The swift-tools-version declares the minimum version of Swift required to build this package.
3
+import PackageDescription
4
+
5
+let package = Package(
6
+ name: "TTTAttributedLabel",
7
+ products: [
8
+ .library(name: "TTTAttributedLabel", targets: ["TTTAttributedLabel"])
9
+ ],
10
+ targets: [
11
+ .target(
12
13
+ path: "TTTAttributedLabel",
14
+ publicHeadersPath: "",
15
+ cSettings: [
16
+ .headerSearchPath("")
17
+ ]
18
+ )
19
20
+)
0 commit comments