-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPackage.swift
More file actions
16 lines (16 loc) · 866 Bytes
/
Package.swift
File metadata and controls
16 lines (16 loc) · 866 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Generated automatically by Perfect Assistant Application
// Date: 2017-04-14 00:13:56 +0000
import PackageDescription
let package = Package(
name: "staffDirectory",
targets: [],
dependencies: [
.Package(url: "https://github.com/PerfectlySoft/Perfect-HTTPServer.git", majorVersion: 3),
.Package(url: "https://github.com/iamjono/JSONConfig.git", majorVersion: 3),
.Package(url: "https://github.com/PerfectlySoft/Perfect-Mustache.git", majorVersion: 3),
.Package(url: "https://github.com/PerfectlySoft/Perfect-CURL.git", majorVersion: 3),
.Package(url: "https://github.com/iamjono/SwiftString.git", majorVersion: 2),
.Package(url: "https://github.com/PerfectlySoft/Perfect-RequestLogger.git", majorVersion: 3),
.Package(url: "https://github.com/SwiftORM/SQLite-StORM.git", majorVersion: 3),
]
)