Skip to content

Commit 6f29f6f

Browse files
Minimum iOS version is 13 (#69)
1 parent b828ac3 commit 6f29f6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ import PackageDescription
44
let package = Package(
55
name: "fluent-sqlite-driver",
66
platforms: [
7-
.macOS(.v10_15)
7+
.macOS(.v10_15),
8+
.iOS(.v13)
89
],
910
products: [
1011
.library(name: "FluentSQLiteDriver", targets: ["FluentSQLiteDriver"]),

0 commit comments

Comments
 (0)