Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
123FLO321 authored Apr 16, 2019
1 parent 4687bfe commit 1f9dfa3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@ import PackageDescription

let package = Package(
name: "PerfectSessionMySQL",
products: [],
products: [
.library(name: "PerfectSessionMySQL", targets: ["PerfectSessionMySQL"])
],
dependencies: [
.package(url: "https://github.com/123FLO321/Perfect-Session.git", .exact("3.1.6")),
.package(url: "https://github.com/123FLO321/Perfect-MySQL.git", .exact("3.2.2"))
],
targets: [
.target(name: "PerfectSessionMySQL", dependencies: ["PerfectSession", "PerfectMySQL"])

]
)

0 comments on commit 1f9dfa3

Please sign in to comment.