Commit 3c397933 by Cihat Gündüz Committed by GitHub

Add basic SwifPM manifest file

parent edc38b64
// swift-tools-version:4.2
import PackageDescription
let package = Package(
name: "Motion",
// platforms: [.iOS("8.0")],
products: [
.library(name: "Motion", targets: ["Motion"])
],
targets: [
.target(
name: "Motion",
path: "Sources"
)
]
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment