Skip to content

Commit

Permalink
Update Breez SDK Swift bindings to version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Jul 5, 2023
1 parent bcd433c commit 7ff3e85
Show file tree
Hide file tree
Showing 4 changed files with 588 additions and 71 deletions.
2 changes: 1 addition & 1 deletion BreezSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "BreezSDK"
spec.version = "0.1.0"
spec.version = "0.1.1"
spec.license = { :type => "MIT" }
spec.summary = "Swift bindings to the Breez SDK"
spec.homepage = "https://breez.technology"
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ let package = Package(
name: "bindings-swift",
platforms: [
.macOS(.v12),
.iOS(.v14),
.iOS(.v11),
],
products: [
.library(name: "BreezSDK", targets: ["breez_sdkFFI", "BreezSDK"]),
],
dependencies: [
],
targets: [
.binaryTarget(name: "breez_sdkFFI", url: "https://github.com/breez/breez-sdk-swift/releases/download/0.1.0/breez_sdkFFI.xcframework.zip", checksum: "23c61a2ea24f9b8fb79ef45cfb565dba819edf96699f4969b30e4f996fac8ae4"),
.binaryTarget(name: "breez_sdkFFI", url: "https://github.com/breez/breez-sdk-swift/releases/download/0.1.1/breez_sdkFFI.xcframework.zip", checksum: "87198b6992c547e4a46357fdca0d69dcd8dd9dfe4183badca55722d47b8a1784"),
.target(name: "BreezSDK", dependencies: ["breez_sdkFFI"]),
]
)
Loading

0 comments on commit 7ff3e85

Please sign in to comment.