Skip to content

Commit 7742a9c

Browse files
committed
Add SPM
1 parent 1ce31de commit 7742a9c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed
Binary file not shown.

Package.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ let package = Package(name: "DPOTPView",
1010
products: [.library(name: "DPOTPView",
1111
targets: ["DPOTPView"])],
1212
targets: [.target(name: "DPOTPView",
13-
path: "DPOTPView",
14-
publicHeadersPath: "")])
13+
path: "DPOTPView/DPOTPView/DPOTPView",
14+
publicHeadersPath: "")],
15+
swiftLanguageVersions: [.v5])

0 commit comments

Comments
 (0)