swift serial example
This commit is contained in:
8
Examples/SwiftSerialExample/Package.swift
Normal file
8
Examples/SwiftSerialExample/Package.swift
Normal file
@@ -0,0 +1,8 @@
|
||||
import PackageDescription
|
||||
|
||||
let package = Package(
|
||||
name: "SwiftSerialExample",
|
||||
dependencies: [
|
||||
.Package(url: "https://github.com/yeokm1/SwiftSerial.git", majorVersion: 0)
|
||||
]
|
||||
)
|
||||
Reference in New Issue
Block a user