We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f4b7a commit 7e11389Copy full SHA for 7e11389
JSONWebToken.podspec
@@ -0,0 +1,32 @@
1
+{
2
+ "name": "JSONWebToken",
3
+ "version": "3.0.0",
4
+ "summary": "Swift library for JSON Web Tokens (JWT).",
5
+ "homepage": "https://github.com/kylef/JSONWebToken.swift",
6
+ "license": {
7
+ "type": "BSD",
8
+ "file": "LICENSE"
9
+ },
10
+ "authors": {
11
+ "Kyle Fuller": "kyle@fuller.li",
12
+ "Jonathan Thornton": "github@jonblatho.com"
13
14
+ "source": {
15
+ "git": "https://github.com/jonblatho/JSONWebToken.swift.git",
16
+ "tag": "3.0.0"
17
18
+ "source_files": "Sources/*.swift",
19
+ "platforms": {
20
+ "ios": "8.0",
21
+ "osx": "10.9",
22
+ "tvos": "9.0",
23
+ "watchos": "2.0"
24
25
+ "requires_arc": true,
26
+ "dependencies": {
27
+ "CryptoSwift": [
28
+ "~> 0.6.0"
29
+ ]
30
31
+ "module_name": "JWT"
32
+}
0 commit comments