Skip to content

Commit 8a12b57

Browse files
authored
Merge pull request #105 from dbarden/dbarden/spm_dynamic_package
Add Support for SPM Dynamic Package
2 parents 4270b02 + 3cb9e3a commit 8a12b57

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Package.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ let package = Package(
1414
.library(
1515
name: "MarkdownKit",
1616
targets: ["MarkdownKit"]
17+
),
18+
.library(
19+
name: "MarkdownKit-Dynamic",
20+
type: .dynamic,
21+
targets: ["MarkdownKit"]
1722
)
1823
],
1924
targets: [

0 commit comments

Comments
 (0)