Skip to content

Commit

Permalink
Add Support for Dynamic Package
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarden committed May 15, 2022
1 parent 4270b02 commit 3cb9e3a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ let package = Package(
.library(
name: "MarkdownKit",
targets: ["MarkdownKit"]
),
.library(
name: "MarkdownKit-Dynamic",
type: .dynamic,
targets: ["MarkdownKit"]
)
],
targets: [
Expand Down

0 comments on commit 3cb9e3a

Please sign in to comment.