We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe74d5a commit 5112cc7Copy full SHA for 5112cc7
1 file changed
Package.swift
@@ -10,6 +10,7 @@ let package = Package(
10
],
11
products: [
12
.library(name: "FlexLayout", targets: ["FlexLayout"]),
13
+ .library(name: "FlexLayout-Dynamic", type: .dynamic, targets: ["FlexLayout"]),
14
15
dependencies: [
16
.package(url: "https://github.com/facebook/yoga.git", .upToNextMinor(from: "3.2.1")),
0 commit comments