Commit 6911cc4b by Cihat Gündüz Committed by GitHub

Add Motion subdependency to SwiftPM manifest file

parent 1cad277c
......@@ -7,9 +7,13 @@ let package = Package(
products: [
.library(name: "Material", targets: ["Material"])
],
dependencies: [
.package(url: "https://github.com/AccioSupport/Motion.git", .branch("development")),
],
targets: [
.target(
name: "Material",
dependencies: ["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