You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,14 @@ Swift implementation of [JSON Web Token](https://tools.ietf.org/html/draft-ietf-
6
6
7
7
## Installation
8
8
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.
10
10
11
11
```ruby
12
12
pod 'JSONWebToken'
13
13
```
14
14
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.*
0 commit comments