Skip to content

Commit 0b96a73

Browse files
Update iOS version in Package.swift
1 parent fd3c89c commit 0b96a73

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
@@ -4,7 +4,7 @@ import PackageDescription
44

55
let package = Package(name: "ObjectMapper",
66
platforms: [.macOS(.v10_10),
7-
.iOS(.v8),
7+
.iOS(.v10),
88
.tvOS(.v9),
99
.watchOS(.v2)],
1010
products: [.library(name: "ObjectMapper",

0 commit comments

Comments
 (0)