Skip to content

Commit

Permalink
Update Swift bindings to version 0.0.1-dev10
Browse files Browse the repository at this point in the history
  • Loading branch information
SDK release tagger committed Jun 5, 2024
1 parent 4404049 commit 2b4f03a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.0.1-dev9"
spec.version = "0.0.1-dev10"
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-langs/swift/releases/download/0.0.1-dev9/breez_liquid_sdkFFI.xcframework.zip", checksum: "14846ce7747f9236dbf1e253525db1132dcb1a3bb90aa35dd6c4d097d18781bb"),
.binaryTarget(name: "breez_liquid_sdkFFI", url: "https://github.com/breez/breez-liquid-sdk-langs/swift/releases/download/0.0.1-dev10/breez_liquid_sdkFFI.xcframework.zip", checksum: "554260d9a43c60f1cdf43c67934d368bf953c2369eadc88af00989e13daa4aa0"),
.target(name: "BreezLiquidSDK", dependencies: ["breez_liquid_sdkFFI"]),
]
)
2 changes: 1 addition & 1 deletion breez_liquid_sdkFFI.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "breez_liquid_sdkFFI"
spec.version = "0.0.1-dev9"
spec.version = "0.0.1-dev10"
spec.license = { :type => "MIT" }
spec.summary = "Low-level bindings to the Breez Liquid SDK Rust API"
spec.homepage = "https://breez.technology"
Expand Down

0 comments on commit 2b4f03a

Please sign in to comment.