Skip to content

Commit

Permalink
Update Swift bindings to version 0.0.1-dev8
Browse files Browse the repository at this point in the history
  • Loading branch information
SDK release tagger committed Jun 4, 2024
1 parent 4c5a3f9 commit f48ede3
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-dev7"
spec.version = "0.0.1-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: "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-dev7/breez_liquid_sdkFFI.xcframework.zip", checksum: "762c7445ef2566defb46d2536ca4576a025eda79da1b8984dbaff297d6ec091e"),
.binaryTarget(name: "breez_liquid_sdkFFI", url: "https://github.com/breez/breez-liquid-sdk-langs/swift/releases/download/0.0.1-dev8/breez_liquid_sdkFFI.xcframework.zip", checksum: "22960abecd04f3dad31a23736ae9acef19907172b03ed8d23a2a168e70ac8313"),
.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-dev7"
spec.version = "0.0.1-dev8"
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 f48ede3

Please sign in to comment.