Skip to content

Commit 78253c8

Browse files
author
Barczi Bálint
committed
feat: add dynamic spm library support
1 parent a655726 commit 78253c8

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)