-
Notifications
You must be signed in to change notification settings - Fork 2
/
Package.swift
20 lines (20 loc) · 1.18 KB
/
Package.swift
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Generated automatically by Perfect Assistant Application
// Date: 2017-06-02 20:23:17 +0000
import PackageDescription
let package = Package(
name: "APIDocumentationServer",
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: 0),
.Package(url: "https://github.com/iamjono/SwiftString.git", majorVersion: 1),
.Package(url: "https://github.com/PerfectlySoft/Perfect-Session-PostgreSQL.git", majorVersion: 1),
.Package(url: "https://github.com/PerfectlySoft/Perfect-Mustache.git", majorVersion: 2),
.Package(url: "https://github.com/PerfectlySoft/Perfect-LocalAuthentication-PostgreSQL.git", majorVersion: 1),
.Package(url: "https://github.com/PerfectlySoft/Perfect-Markdown.git", majorVersion: 1),
]
)