Skip to content

Commit

Permalink
Fix compability with ios 11.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvorobei committed May 20, 2021
1 parent 96bbbf7 commit 2f09309
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "SPAlert",
platforms: [
.iOS(.v10)
.iOS(.v11)
],
products: [
.library(
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ If you like the project, don't forget to `put star ★` and follow me on GitHub:

## Installation

Ready for use on iOS 10+. Works with Swift 5+. Required Xcode 12.5 and higher.
Ready for use on iOS 11+. Works with Swift 5+. Required Xcode 12.5 and higher.

<img align="right" src="https://github.com/ivanvorobei/SPAlert/blob/main/Assets/Readme/SPM%20Install%20Preview.png" width="520"/>

Expand Down

0 comments on commit 2f09309

Please sign in to comment.