Skip to content

Commit a8d84a3

Browse files
committed
Updated package minfest to swift 5
Signed-off-by: Mohammad Porooshani <[email protected]>
1 parent e23e616 commit a8d84a3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Package.swift

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
1-
// swift-tools-version:4.0
1+
// swift-tools-version:5.1
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription
55

66
let package = Package(
77
name: "ESTabBarController",
8+
platforms: [
9+
.iOS(.v8),
10+
],
811
products: [
912
.library(name: "ESTabBarController", targets: ["ESTabBarController"])
1013
],
1114
dependencies: [],
1215
targets: [
1316
.target(name: "ESTabBarController", path: "Sources")
14-
]
17+
],
18+
swiftLanguageVersions: [.v5]
1519
)

0 commit comments

Comments
 (0)