Skip to content

Commit

Permalink
Update Package.swift for Swift 5
Browse files Browse the repository at this point in the history
  • Loading branch information
devxoul committed Mar 31, 2019
1 parent 529b1fe commit 14776a9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
// swift-tools-version:4.2
// swift-tools-version:5.0
import PackageDescription

let package = Package(
name: "Nimble",
platforms: [
.macOS(.v10_10), .iOS(.v8), .tvOS(.v9)
],
products: [
.library(name: "Nimble", targets: ["Nimble"]),
],
Expand All @@ -17,5 +20,5 @@ let package = Package(
exclude: ["objc"]
),
],
swiftLanguageVersions: [.v4_2]
swiftLanguageVersions: [.v4_2, .v5]
)

0 comments on commit 14776a9

Please sign in to comment.