-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPackage.swift
18 lines (18 loc) · 1.04 KB
/
Package.swift
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Generated automatically by Perfect Assistant Application
// Date: 2017-02-06 20:58:01 +0000
import PackageDescription
let package = Package(
name: "Perfect-OAuth2-Server",
targets: [],
dependencies: [
.Package(url: "https://github.com/PerfectlySoft/Perfect-HTTPServer.git", majorVersion: 2),
.Package(url: "https://github.com/SwiftORM/Postgres-StORM.git", majorVersion: 1),
.Package(url: "https://github.com/PerfectlySoft/Perfect-RequestLogger.git", majorVersion: 1),
.Package(url: "https://github.com/PerfectlySoft/Perfect-SMTP", majorVersion: 1),
.Package(url: "https://github.com/iamjono/SwiftMoment.git", majorVersion: 0),
.Package(url: "https://github.com/iamjono/JSONConfig.git", majorVersion: 1),
.Package(url: "https://github.com/iamjono/SwiftString.git", majorVersion: 2),
.Package(url: "https://github.com/PerfectlySoft/Perfect-Session-PostgreSQL.git", majorVersion: 1),
.Package(url: "https://github.com/PerfectlySoft/Perfect-Mustache.git", majorVersion: 2),
]
)