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