We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f1cb2c + 781532d commit 05cab22Copy full SHA for 05cab22
1 file changed
README.md
@@ -1,5 +1,9 @@
1
# AsyncLocationKit
2
3
+[](https://img.shields.io/badge/Swift_Package_Manager-compatible-orange?style=flat)
4
+[](https://img.shields.io/badge/Swift-5.5-Orange?style=flat)
5
+[](https://img.shields.io/badge/iOS-13-Orange?style=flat)
6
+
7
Wrapper for Apple `CoreLocation` framework with new Concurency Model. No more `delegate` patter or `completion blocks`.
8
9
```swift
@@ -37,4 +41,4 @@ Task {
37
41
}
38
42
```
39
43
40
-If `Task` was canceled, Stream finished automaticaly.
44
+If `Task` was canceled, Stream finished automaticaly.
0 commit comments