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 d44bb20 commit 1ce31de
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,13 @@
<integer>0</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
<dict>
<key>DPOTPView</key>
<dict>
<key>primary</key>
<true/>
</dict>
</dict>
</dict>
</plist>
Binary file not shown.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import PackageDescription

let package = Package(name: "DPOTPView",
platforms: [.iOS(.v9)],
platforms: [.iOS(.v10)],
products: [.library(name: "DPOTPView",
targets: ["DPOTPView"])],
targets: [.target(name: "DPOTPView",
Expand Down

0 comments on commit 1ce31de

Please sign in to comment.