Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Geistert committed Sep 11, 2019
1 parent 6825d50 commit b4b294d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,14 @@ Current Swift compatibility breakdown:

## Installation

### Swift Package Manager (Recommended)

Add the following dependency to your `Package.swift` file:

```
.package(url: "https://github.com/allaboutapps/DataSource.git", from: "7.1.0")
```

### Carthage

Add the following line to your [Cartfile](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#cartfile).
Expand Down

0 comments on commit b4b294d

Please sign in to comment.