Commit 1cad277c by Cihat Gündüz Committed by GitHub

Add basic SwiftPM manifest file

parent d98258fa
// swift-tools-version:4.2
import PackageDescription
let package = Package(
name: "Material",
// platforms: [.iOS("8.0")],
products: [
.library(name: "Material", targets: ["Material"])
],
targets: [
.target(
name: "Material",
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