From 7a776f2892710045a970bfe326d6162666b757b2 Mon Sep 17 00:00:00 2001 From: Bas van Kuijck Date: Wed, 18 Sep 2019 20:50:33 +0200 Subject: [PATCH] Swift PM 5.1 --- Package.swift | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/Package.swift b/Package.swift index d1d8fdf4..a3de3c23 100644 --- a/Package.swift +++ b/Package.swift @@ -1,23 +1,16 @@ -// swift-tools-version:4.0 -// The swift-tools-version declares the minimum version of Swift required to build this package. +// swift-tools-version:5.1 import PackageDescription let package = Package( name: "SwiftDate", products: [ - // Products define the executables and libraries produced by a package, and make them visible to other packages. .library( name: "SwiftDate", targets: ["SwiftDate"]) ], - dependencies: [ - // Dependencies declare other packages that this package depends on. - // .package(url: /* package url */, from: "1.0.0"), - ], + dependencies: [], targets: [ - // Targets are the basic building blocks of a package. A target can define a module or a test suite. - // Targets can depend on other targets in this package, and on products in packages which this package depends on. .target( name: "SwiftDate", dependencies: []),