Skip to content

Commit eb494b5

Browse files
authored
Update README.md
1 parent f10828f commit eb494b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Universal API for request permission and get its statuses — available `.author
6969

7070
## Installation
7171

72-
Ready to use on iOS 11+. Supports iOS, tvOS. Working with `UIKit` and `SwiftUI`.
72+
Ready to use on iOS 12+. Supports iOS, macOS, visionOS, tvOS & watchOS. Working with `UIKit` and `SwiftUI`.
7373

7474
### Swift Package Manager
7575

@@ -84,7 +84,7 @@ Or adding it to the `dependencies` of your `Package.swift`:
8484

8585
```swift
8686
dependencies: [
87-
.package(url: "https://github.com/sparrowcode/PermissionsKit", .upToNextMajor(from: "10.0.1"))
87+
.package(url: "https://github.com/sparrowcode/PermissionsKit", .upToNextMajor(from: "11.0.0"))
8888
]
8989
```
9090

0 commit comments

Comments
 (0)