Skip to content

Commit

Permalink
Set min iOS version to 9 for SPM (#690)
Browse files Browse the repository at this point in the history
  • Loading branch information
petea committed Mar 16, 2022
1 parent ddaa0ce commit de08e78
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 @@ -24,7 +24,7 @@ let package = Package(
name: "AppAuth",
platforms: [
.macOS(.v10_10),
.iOS(.v8),
.iOS(.v9),
.tvOS(.v9),
.watchOS(.v2)
],
Expand Down

0 comments on commit de08e78

Please sign in to comment.