Skip to content

Commit fba81a9

Browse files
authored
Update README.md
1 parent 973a0a5 commit fba81a9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66

77
Wrapper for Apple `CoreLocation` framework with new Concurency Model. No more `delegate` pattern or `completion blocks`.
88

9+
#### Install
10+
11+
```swift
12+
dependencies: [
13+
.package(url: "https://github.com/AsyncSwift/AsyncLocationKit.git", .upToNextMinor(from: "1.5.0"))
14+
]
15+
```
16+
917
```swift
1018
import AsyncLocationKit
1119

0 commit comments

Comments
 (0)