Skip to content
This repository has been archived by the owner on Jun 11, 2018. It is now read-only.

Commit

Permalink
SPM (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
danthorpe authored Sep 14, 2017
1 parent 26e3e80 commit f3b58cc
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
//
// ValueCoding
// File created on 14/09/2017.
//
// Copyright (c) 2015-2017 Daniel Thorpe
//
// ValueCoding is licensed under the MIT License. Read the full license at
// https://github.com/danthorpe/ValueCoding/blob/master/LICENSE
//

// swift-tools-version:4.0

import PackageDescription

let package = Package(
name: "ValueCoding",
targets: [
Target(name: "ValueCoding")
],
exclude: [
"Tests"
]
)

0 comments on commit f3b58cc

Please sign in to comment.