Skip to content

Commit

Permalink
Update Coinstr SDK Swift bindings to version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 19, 2023
1 parent ae37b41 commit e271cda
Show file tree
Hide file tree
Showing 2 changed files with 944 additions and 96 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
dependencies: [
],
targets: [
.binaryTarget(name: "coinstr_sdkFFI", url: "https://github.com/coinstr/coinstr-sdk-swift/releases/download/0.2.0/coinstr_sdkFFI.xcframework.zip", checksum: "99fbc85b2b2e86d7dd1dde3c55e29f3a3523be7a6cb49c9dde268cf04676c9ba"),
.binaryTarget(name: "coinstr_sdkFFI", url: "https://github.com/coinstr/coinstr-sdk-swift/releases/download/0.3.0/coinstr_sdkFFI.xcframework.zip", checksum: "d4e2ab03641c13de01e72c46345c5ad1206bb05a64cbfb2c343d954744603288"),
.target(name: "CoinstrSDK", dependencies: ["coinstr_sdkFFI"]),
]
)
Loading

0 comments on commit e271cda

Please sign in to comment.