Skip to content
This repository was archived by the owner on Jan 19, 2024. It is now read-only.

Commit 9a6a346

Browse files
author
TimJonsson
authored
Updated swift tools version and platform.
Updated swift tools version to 5.1 and platform to iOS 11.
1 parent 1894361 commit 9a6a346

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Package.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
// swift-tools-version:4.2
1+
// swift-tools-version:5.1
22
import PackageDescription
33

44
let package = Package(
55
name: "Embassy",
6+
platforms: [
7+
.iOS(.v11),
8+
],
69
products: [.library(name: "Embassy", targets: ["Embassy"])],
710
targets: [.target(name: "Embassy", path: "./Sources")]
811
)

0 commit comments

Comments
 (0)