Skip to content

Commit

Permalink
Bump minimal supported iOS version to iOS 11
Browse files Browse the repository at this point in the history
  • Loading branch information
chojnac committed Mar 24, 2022
1 parent 85b7d47 commit a6526bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let package = Package(
name: "NotionSwift",
platforms: [
.macOS(.v10_10),
.iOS(.v9),
.iOS(.v11),
],
products: [
.library(
Expand Down

0 comments on commit a6526bc

Please sign in to comment.