mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2025-12-23 17:04:25 +01:00
Move bindings to langs directory
This commit is contained in:
19
lib/bindings/langs/swift/Package.swift
Normal file
19
lib/bindings/langs/swift/Package.swift
Normal file
@@ -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: "bindings-swift",
|
||||
platforms: [
|
||||
.macOS(.v12),
|
||||
.iOS(.v11),
|
||||
],
|
||||
products: [
|
||||
.library(name: "BreezLiquidSDK", targets: ["breez_liquid_sdkFFI", "BreezLiquidSDK"]),
|
||||
],
|
||||
targets: [
|
||||
.binaryTarget(name: "breez_liquid_sdkFFI", path: "./breez_liquid_sdkFFI.xcframework"),
|
||||
.target(name: "BreezLiquidSDK", dependencies: ["breez_liquid_sdkFFI"]),
|
||||
]
|
||||
)
|
||||
Reference in New Issue
Block a user