Skip to content

Commit

Permalink
Update Swift bindings to version 0.2.2-dev8
Browse files Browse the repository at this point in the history
  • Loading branch information
SDK release tagger committed Aug 22, 2024
1 parent fe275df commit 429b7e7
Show file tree
Hide file tree
Showing 4 changed files with 573 additions and 667 deletions.
2 changes: 1 addition & 1 deletion BreezSDKLiquid.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "BreezSDKLiquid"
spec.version = "0.2.2-dev7"
spec.version = "0.2.2-dev8"
spec.license = { :type => "MIT" }
spec.summary = "Swift bindings to the Breez Liquid SDK"
spec.homepage = "https://breez.technology"
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
.library(name: "BreezSDKLiquid", targets: ["breez_sdk_liquidFFI", "BreezSDKLiquid"]),
],
targets: [
.binaryTarget(name: "breez_sdk_liquidFFI", url: "https://github.com/breez/breez-sdk-liquid-swift/releases/download/0.2.2-dev7/breez_sdk_liquidFFI.xcframework.zip", checksum: "1ca16bd413961cd032943e686edb501bac88cc15d64e21b8fcb0d66525c24e42"),
.binaryTarget(name: "breez_sdk_liquidFFI", url: "https://github.com/breez/breez-sdk-liquid-swift/releases/download/0.2.2-dev8/breez_sdk_liquidFFI.xcframework.zip", checksum: "a8d4d25c9138046ed8c429b132b2e6d96cfff6acc796adfad53a7f37fb247ca0"),
.target(name: "BreezSDKLiquid", dependencies: ["breez_sdk_liquidFFI"]),
]
)
Loading

0 comments on commit 429b7e7

Please sign in to comment.