Skip to content

Commit fb0c5d4

Browse files
authored
Update iOS minimum deployment target to 13 (#494)
1 parent b334d32 commit fb0c5d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ let package = Package(
66
name: "OpenAPIKit",
77
platforms: [
88
.macOS(.v10_15),
9-
.iOS(.v12)
9+
.iOS(.v13)
1010
],
1111
products: [
1212
.library(

0 commit comments

Comments
 (0)