mirror of
https://github.com/kean/Pulse.git
synced 2026-04-30 21:02:27 +00:00
12 lines
197 B
Swift
12 lines
197 B
Swift
// swift-tools-version:5.2
|
|
|
|
// Leave blank. This is only here so that Xcode doesn't display it.
|
|
|
|
import PackageDescription
|
|
|
|
let package = Package(
|
|
name: "client",
|
|
products: [],
|
|
targets: []
|
|
)
|