Skip to content

Commit

Permalink
Update Swift bindings to version 0.1.1-dev1
Browse files Browse the repository at this point in the history
  • Loading branch information
SDK release tagger committed Jun 30, 2024
1 parent 16a5f44 commit 253f690
Show file tree
Hide file tree
Showing 4 changed files with 3,705 additions and 516 deletions.
2 changes: 1 addition & 1 deletion BreezLiquidSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "BreezLiquidSDK"
spec.version = "0.1.0-rc1"
spec.version = "0.1.1-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 @@ -13,7 +13,7 @@ let package = Package(
.library(name: "BreezLiquidSDK", targets: ["breez_liquid_sdkFFI", "BreezLiquidSDK"]),
],
targets: [
.binaryTarget(name: "breez_liquid_sdkFFI", url: "https://github.com/breez/breez-liquid-sdk-swift/releases/download/0.1.0-rc1/breez_liquid_sdkFFI.xcframework.zip", checksum: "1ef9a621be477446c5e6780b996a393b5735414f594184838dbcdb0c3a9481ed"),
.binaryTarget(name: "breez_liquid_sdkFFI", url: "https://github.com/breez/breez-liquid-sdk-swift/releases/download/0.1.1-dev1/breez_liquid_sdkFFI.xcframework.zip", checksum: "9609b4c3218f5c9a9424c31b9a5801df59269b628271c136743d69662823cd0e"),
.target(name: "BreezLiquidSDK", dependencies: ["breez_liquid_sdkFFI"]),
]
)
Loading

0 comments on commit 253f690

Please sign in to comment.