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