We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a655726 + 78253c8 commit f671317Copy full SHA for f671317
Package.swift
@@ -9,6 +9,7 @@ let package = Package(
9
],
10
products: [
11
.library(name: "RxDataSources", targets: ["RxDataSources"]),
12
+ .library(name: "RxDataSources-Dynamic", type: .dynamic, targets: ["RxDataSources"]),
13
.library(name: "Differentiator", targets: ["Differentiator"])
14
15
dependencies: [
0 commit comments