Skip to content

Commit

Permalink
Add SPM
Browse files Browse the repository at this point in the history
  • Loading branch information
Datt1994 committed Jun 6, 2020
1 parent 1ce31de commit 7742a9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
5 changes: 3 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ let package = Package(name: "DPOTPView",
products: [.library(name: "DPOTPView",
targets: ["DPOTPView"])],
targets: [.target(name: "DPOTPView",
path: "DPOTPView",
publicHeadersPath: "")])
path: "DPOTPView/DPOTPView/DPOTPView",
publicHeadersPath: "")],
swiftLanguageVersions: [.v5])

0 comments on commit 7742a9c

Please sign in to comment.