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