Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
benlachman authored Jun 14, 2019
1 parent 4824d68 commit 90014ce
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
// swift-tools-version:4.0
// swift-tools-version:4.2

import PackageDescription

let package = Package(
name: "Locksmith"
name: "Locksmith",
products: [
.library(
name: "Locksmith",
targets: ["Locksmith"])
],
targets: [
.target(
name: "Locksmith",
path: "Source")
],
swiftLanguageVersions: [.v3, .v4]
)

0 comments on commit 90014ce

Please sign in to comment.