Skip to content

Commit

Permalink
Update Swift bindings to version 0.1.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
SDK release tagger committed Jun 18, 2024
1 parent edb12d2 commit abccee3
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 110 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-dev11"
spec.version = "0.1.0-rc1"
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-dev11/breez_liquid_sdkFFI.xcframework.zip", checksum: "0f0d4e486af49f629e07622361b0a9e6c2e46830779da31cc1b007f1d82af8e9"),
.binaryTarget(name: "breez_liquid_sdkFFI", url: "https://github.com/breez/breez-liquid-sdk-langs/swift/releases/download/0.1.0-rc1/breez_liquid_sdkFFI.xcframework.zip", checksum: "1ef9a621be477446c5e6780b996a393b5735414f594184838dbcdb0c3a9481ed"),
.target(name: "BreezLiquidSDK", dependencies: ["breez_liquid_sdkFFI"]),
]
)
Loading

0 comments on commit abccee3

Please sign in to comment.