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.
2 parents 1eb8958 + 15a0022 commit 673b550Copy full SHA for 673b550
Package.swift
@@ -0,0 +1,27 @@
1
+// swift-tools-version:5.3
2
+import PackageDescription
3
+
4
+let tag = "0.0.108"
5
+let checksum = "3d2f98a1c81b3124c92dfa8a515cf69658c6513b089e86de72425b4d228b18d0"
6
+let url = "https://github.com/lightningdevkit/ldk-swift/releases/download/\(tag)/LDKFramework.xcframework.zip"
7
8
+let package = Package(
9
+ name: "LDKFramework",
10
+ platforms: [
11
+ .iOS(.v13),
12
+ .macOS(.v10_12)
13
+ ],
14
+ products: [
15
+ .library(
16
17
+ targets: ["LDKFramework"]
18
+ )
19
20
+ targets: [
21
+ .binaryTarget(
22
23
+ url: url,
24
+ checksum: checksum
25
26
+ ]
27
+)
0 commit comments