Skip to content

Commit 7e11389

Browse files
committed
Add podspec
1 parent 44f4b7a commit 7e11389

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

Diff for: JSONWebToken.podspec

+32
Original file line numberDiff line numberDiff line change
@@ -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": "[email protected]",
12+
"Jonathan Thornton": "[email protected]"
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

Comments
 (0)