d
This commit is contained in:
25
Modules/BusX/Package.swift
Normal file
25
Modules/BusX/Package.swift
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
// swift-tools-version: 5.9
|
||||||
|
|
||||||
|
import PackageDescription
|
||||||
|
|
||||||
|
let package = Package(
|
||||||
|
name: "BusX",
|
||||||
|
platforms: [.iOS(.v14)],
|
||||||
|
products: [
|
||||||
|
.library(
|
||||||
|
name: "BusX",
|
||||||
|
type: .dynamic,
|
||||||
|
targets: ["BusX"]
|
||||||
|
),
|
||||||
|
],
|
||||||
|
dependencies: [
|
||||||
|
],
|
||||||
|
targets: [
|
||||||
|
.target(
|
||||||
|
name: "BusX",
|
||||||
|
dependencies: [
|
||||||
|
],
|
||||||
|
path: "src"
|
||||||
|
),
|
||||||
|
]
|
||||||
|
)
|
||||||
Reference in New Issue
Block a user