Skip to content

Commit 12ea241

Browse files
committed
Fix compability with ios 11.
1 parent cdcefac commit 12ea241

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55
let package = Package(
66
name: "SPAlert",
77
platforms: [
8-
.iOS(.v10)
8+
.iOS(.v11)
99
],
1010
products: [
1111
.library(

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ If you like the project, don't forget to `put star ★` and follow me on GitHub:
4646

4747
## Installation
4848

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

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

0 commit comments

Comments
 (0)