-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update SmartVaults SDK Swift bindings to version 0.4.0
- Loading branch information
github-actions
committed
Dec 21, 2023
1 parent
068088c
commit 9dcb63d
Showing
4 changed files
with
20,648 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
// swift-tools-version:5.5 | ||
// The swift-tools-version declares the minimum version of Swift required to build this package. | ||
|
||
import PackageDescription | ||
|
||
let package = Package( | ||
name: "smartvaults-sdk-swift", | ||
platforms: [ | ||
.iOS(.v14), | ||
], | ||
products: [ | ||
.library(name: "SmartVaultsSDK", targets: ["smartvaults_sdkFFI", "SmartVaultsSDK"]), | ||
], | ||
dependencies: [], | ||
targets: [ | ||
.binaryTarget(name: "smartvaults_sdkFFI", url: "https://github.com/smartvaults/smartvaults-sdk-swift/releases/download/0.4.0/smartvaults_sdkFFI.xcframework.zip", checksum: "d7516cd3d0627a0022726ce3877f8534d7e635ce4ccde826db24fbe02a3fe9b1"), | ||
.target(name: "SmartVaultsSDK", dependencies: ["smartvaults_sdkFFI"]), | ||
] | ||
) |
Oops, something went wrong.