diff --git a/Package.swift b/Package.swift index 221e2d5..f2b3114 100644 --- a/Package.swift +++ b/Package.swift @@ -10,6 +10,10 @@ let package = Package( .library( name: "SwiftRichString", targets: ["SwiftRichString"]), + .library( + name: "SwiftRichString-Dynamic", + type: .dynamic, + targets: ["SwiftRichString"]), ], dependencies: [ // Dependencies declare other packages that this package depends on.