We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4b4422 commit 4777a3dCopy full SHA for 4777a3d
README.md
@@ -1,5 +1,8 @@
1
# AsyncLocationKit
2
3
+[](https://img.shields.io/badge/Swift_Package_Manager-compatible-orange?style=flat)
4
+[](https://img.shields.io/badge/Swift-5.3_5.4_5.5-Orange?style=flat)
5
+
6
Wrapper for Apple `CoreLocation` framework with new Concurency Model. No more `delegate` patter or `completion blocks`.
7
8
```swift
@@ -37,4 +40,4 @@ Task {
37
40
}
38
41
```
39
42
-If `Task` was canceled, Stream finished automaticaly.
43
+If `Task` was canceled, Stream finished automaticaly.
0 commit comments