Skip to content

Commit 81f55d3

Browse files
authored
docs: Update recommended installation method(s)
1 parent 5c5607b commit 81f55d3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ Swift implementation of [JSON Web Token](https://tools.ietf.org/html/draft-ietf-
66

77
## Installation
88

9-
[CocoaPods](http://cocoapods.org/) is the recommended installation method.
9+
Swift Pacakage Manager is the recommended installation method for JSONWebToken, [CocoaPods](http://cocoapods.org/) is also supported.
1010

1111
```ruby
1212
pod 'JSONWebToken'
1313
```
1414

15+
**NOTE:** *Carthage may be supported, however support will not be provided for this installation method, use at your own risk if you know how it works.*
16+
1517
## Usage
1618

1719
```swift

0 commit comments

Comments
 (0)