Skip to content

Commit

Permalink
Update Swift bindings to version 0.2.2-dev2
Browse files Browse the repository at this point in the history
  • Loading branch information
SDK release tagger committed Aug 14, 2024
1 parent e4f3071 commit fc96477
Show file tree
Hide file tree
Showing 15 changed files with 881 additions and 27 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.1"
spec.version = "0.2.2-dev2"
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.1/breez_sdk_liquidFFI.xcframework.zip", checksum: "38a675b68a38588526b7b0b122cc62ac638a73a904ec19194b47e3d22674f14a"),
.binaryTarget(name: "breez_sdk_liquidFFI", url: "https://github.com/breez/breez-sdk-liquid-swift/releases/download/0.2.2-dev2/breez_sdk_liquidFFI.xcframework.zip", checksum: "f2ed50740d616869b1ba907facf813ee0b516c26a1aa846c457b2a7dc9e74073"),
.target(name: "BreezSDKLiquid", dependencies: ["breez_sdk_liquidFFI"]),
]
)
Loading

0 comments on commit fc96477

Please sign in to comment.