This repository has been archived by the owner on Nov 16, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e5a7e54
commit f044a58
Showing
43 changed files
with
871 additions
and
1,014 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,18 @@ | ||
// swift-tools-version:4.0 | ||
import PackageDescription | ||
|
||
let package = Package( | ||
name: "Validation", | ||
products: [ | ||
.library(name: "Validation", targets: ["Validation"]), | ||
], | ||
dependencies: [ | ||
.Package(url: "https://github.com/vapor/debugging.git", majorVersion: 1), | ||
// Core extensions, type-aliases, and functions that facilitate common tasks. | ||
.package(url: "https://github.com/vapor/core.git", .exact("3.0.0-beta.1")), | ||
], | ||
targets: [ | ||
// Validation | ||
.target(name: "Validation", dependencies: ["CodableKit"]), | ||
.testTarget(name: "ValidationTests", dependencies: ["Validation"]), | ||
] | ||
) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.