Skip to content

Commit

Permalink
Support iOS 12+
Browse files Browse the repository at this point in the history
  • Loading branch information
Joannis committed Aug 8, 2020
1 parent 24517c2 commit b8d4b3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ import PackageDescription
let package = Package(
name: "MongoKitten",
platforms: [
.macOS(.v10_14)
.macOS(.v10_14),
.iOS(.v12)
],
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
Expand Down

0 comments on commit b8d4b3f

Please sign in to comment.