diff --git a/Package.swift b/Package.swift index ada61f78..e310ad95 100644 --- a/Package.swift +++ b/Package.swift @@ -14,6 +14,16 @@ let package = Package( name: "TrustKit", targets: ["TrustKit"] ), + .library( + name: "TrustKitDynamic", + type: .dynamic, + targets: ["TrustKit"] + ), + .library( + name: "TrustKitStatic", + type: .static, + targets: ["TrustKit"] + ), ], dependencies: [ ],