Skip to content

Commit f671317

Browse files
authored
Merge pull request #404 from team-supercharge/spm-dynamic-support
feat: add dynamic spm library support
2 parents a655726 + 78253c8 commit f671317

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ let package = Package(
99
],
1010
products: [
1111
.library(name: "RxDataSources", targets: ["RxDataSources"]),
12+
.library(name: "RxDataSources-Dynamic", type: .dynamic, targets: ["RxDataSources"]),
1213
.library(name: "Differentiator", targets: ["Differentiator"])
1314
],
1415
dependencies: [

0 commit comments

Comments
 (0)