Skip to content

Commit

Permalink
Update Coinstr SDK Swift bindings to version 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 15, 2023
1 parent b2d8223 commit e6c2044
Show file tree
Hide file tree
Showing 2 changed files with 1,531 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
// 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: "coinstr-sdk-swift",
platforms: [
.iOS(.v14),
],
products: [
.library(name: "CoinstrSDK", targets: ["coinstr_sdkFFI", "CoinstrSDK"]),
],
dependencies: [
],
targets: [
.binaryTarget(name: "coinstr_sdkFFI", url: "https://github.com/coinstr/coinstr-sdk-swift/releases/download/0.0.1/coinstr_sdkFFI.xcframework.zip", checksum: "5dd7b6d17d99e986f447c9884063355028fbd097442af641600a9290c31dff5c"),
.target(name: "CoinstrSDK", dependencies: ["coinstr_sdkFFI"]),
]
)
Loading

0 comments on commit e6c2044

Please sign in to comment.