Skip to content

Commit 6654640

Browse files
authored
Merge pull request #4399 from Rubenfer/master
Increase iOS version to 9 in Package.swift
2 parents 8bb20b6 + 0f1f033 commit 6654640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55
let package = Package(
66
name: "Charts",
77
platforms: [
8-
.iOS(.v8),
8+
.iOS(.v9),
99
.tvOS(.v9),
1010
.macOS(.v10_11),
1111
],

0 commit comments

Comments
 (0)