Skip to content

Commit

Permalink
Merge pull request #143 from colemcampbell/swiftpm
Browse files Browse the repository at this point in the history
Add SwiftPM installation instructions to README
  • Loading branch information
colemcampbell committed Oct 31, 2019
2 parents 0b61d1f + 93f6ebd commit a66d1a6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@ print("Both asynchronous blocks are complete")
```

### Install
#### Swift Package Manager
##### Add To Your Project In Xcode 11:
File > Swift Packages > Add Package Dependency
##### Add As A Dependency In Package.swift:
```swift
dependencies: [
.package(url: "https://github.com/duemunk/Async", from: "2.1.0"),
],
```
#### CocoaPods
```ruby
use_frameworks!
Expand Down

0 comments on commit a66d1a6

Please sign in to comment.