Update SPM to swift-tools-version:5.0
This commit is contained in:
@@ -1,5 +1,19 @@
|
||||
// swift-tools-version:5.0
|
||||
// The swift-tools-version declares the minimum version of Swift required to build this package.
|
||||
|
||||
import PackageDescription
|
||||
|
||||
let package = Package(
|
||||
name: "SwiftSerial"
|
||||
name: "SwiftSerial",
|
||||
products: [
|
||||
.library(name: "SwiftSerial", targets: ["SwiftSerial"]),
|
||||
],
|
||||
dependencies: [],
|
||||
targets: [
|
||||
.target(
|
||||
name: "SwiftSerial",
|
||||
dependencies: [],
|
||||
path: "Sources"
|
||||
),
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user