Skip to content

Commit

Permalink
Update Swift bindings to version 0.6.0-dev1
Browse files Browse the repository at this point in the history
  • Loading branch information
SDK release tagger committed Jan 9, 2025
1 parent 4275d36 commit d15eefd
Show file tree
Hide file tree
Showing 7 changed files with 890 additions and 77 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.5.1"
spec.version = "0.6.0-dev1"
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 @@ -15,7 +15,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.5.1/breez_sdk_liquidFFI.xcframework.zip", checksum: "15d84a981ce6650a253bb9437a74bf150152a14171d336a276342006117423b2"),
.binaryTarget(name: "breez_sdk_liquidFFI", url: "https://github.com/breez/breez-sdk-liquid-swift/releases/download/0.6.0-dev1/breez_sdk_liquidFFI.xcframework.zip", checksum: "ecf7901b2c707e2aa36f45c174c64ffa9b13e2b685db00a0a05dad37a4fb1e6f"),
.target(name: "BreezSDKLiquid", dependencies: ["breez_sdk_liquidFFI"]),
]
)
Loading

0 comments on commit d15eefd

Please sign in to comment.