Skip to content

Commit

Permalink
[#234] Expost static and dynamic Swift packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nabla-c0d3 committed Sep 13, 2020
1 parent bf22828 commit 3c95355
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
],
Expand Down

0 comments on commit 3c95355

Please sign in to comment.