Skip to content

Commit

Permalink
Merge pull request #37 from RomanPodymov/master
Browse files Browse the repository at this point in the history
SPM support documentation
  • Loading branch information
mxcl authored Apr 27, 2023
2 parents fcb6e45 + cac1cc3 commit dd9662b
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,16 @@ The extensions are built into `PromiseKit.framework` thus nothing else is needed

## Carthage

```ruby
github "PromiseKit/CoreLocation" ~> 3.0
```ogdl
github "PromiseKit/CoreLocation" ~> 3.1.2
```

## Swift Package Manager

```swift
dependencies: [
.package(url: "https://github.com/PromiseKit/CoreLocation.git", .upToNextMajor(from: "3.1.2"))
]
```

The extensions are built into their own framework:
Expand Down

0 comments on commit dd9662b

Please sign in to comment.