We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 751e031 commit 10a6a9dCopy full SHA for 10a6a9d
2 files changed
Package.swift
@@ -0,0 +1,22 @@
1
+// swift-tools-version:5.6
2
+import PackageDescription
3
+
4
+let package = Package(
5
+ name: "libgraft",
6
+ platforms: [
7
+ .iOS(.v11)
8
+ ],
9
+ products: [
10
+ .library(
11
12
+ targets: ["libgraft"]
13
+ )
14
15
+ targets: [
16
+ .binaryTarget(
17
18
+ url: "https://github.com/orbitinghail/graft/releases/download/v0.1.5/libgraft.xcframework.zip",
19
+ checksum: "2ddb8c98f66e5bf28ae7d3b97792eca47f7938a515228955fccd633ca41280ca"
20
21
+ ]
22
+)
checksum.txt
@@ -0,0 +1 @@
+2ddb8c98f66e5bf28ae7d3b97792eca47f7938a515228955fccd633ca41280ca
0 commit comments