Skip to content

Commit

Permalink
Merge pull request #2 from SomeRandomiOSDev/SwiftPackages
Browse files Browse the repository at this point in the history
Updated README to indicate Swift Package support
  • Loading branch information
SomeRandomiOSDev committed Jun 10, 2019
2 parents 1fd367e + 123aba2 commit 7e8faa5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -13,7 +13,7 @@ ReadWriteLock
Installation
--------

**ReadWriteLock** is available through [CocoaPods](https://cocoapods.org) and [Carthage](https://github.com/Carthage/Carthage).
**ReadWriteLock** is available through [CocoaPods](https://cocoapods.org), [Carthage](https://github.com/Carthage/Carthage) and the [Swift Package Manager](https://swift.org/package-manager/).

To install via CocoaPods, simply add the following line to your Podfile:

Expand All @@ -27,6 +27,12 @@ To install via Carthage, simply add the following line to your Cartfile:
github "SomeRandomiOSDev/ReadWriteLock"
```

To install via the Swift Package Manager add the following line to your `Package.swift` file's `dependencies`:

```swift
.package(url: "https://github.com/SomeRandomiOSDev/ReadWriteLock.git", from: "1.0.0")
```

Usage
--------

Expand Down

0 comments on commit 7e8faa5

Please sign in to comment.