-
Notifications
You must be signed in to change notification settings - Fork 7
/
Package.swift
executable file
·20 lines (20 loc) · 1.21 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-04-01 20:14:44 +0000
import PackageDescription
let package = Package(
name: "SwiftFSChina",
targets: [],
dependencies: [
.Package(url: "https://github.com/PerfectlySoft/Perfect-HTTPServer.git", majorVersion: 3),
.Package(url: "https://github.com/PerfectlySoft/Perfect-CURL.git", majorVersion: 3),
.Package(url: "https://github.com/PerfectlySoft/Perfect-RequestLogger.git", majorVersion: 3),
.Package(url:"https://github.com/PerfectlySoft/Perfect-Session.git", majorVersion: 3),
.Package(url: "https://github.com/novi/mysql-swift.git", majorVersion: 0),
.Package(url: "https://github.com/vapor/bcrypt.git", majorVersion: 1),
.Package(url: "https://github.com/PerfectlySoft/Perfect-OAuth2.git", majorVersion: 3),
.Package(url: "https://github.com/kylef/Stencil.git", majorVersion: 0),
.Package(url: "https://github.com/PerfectlySoft/Perfect-SMTP.git", majorVersion: 3),
.Package(url: "https://github.com/PerfectlySoft/Perfect-Redis.git", majorVersion: 3),
.Package(url: "https://github.com/PerfectlySoft/Perfect-Markdown.git", majorVersion: 3)
]
)