[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 1 / a / JSONWebToken / 2.1.1 / JSONWebToken.podspec.json
blob08c8ba3b304eaa6ef5dbff32f261d50526317ab6
2   "name": "JSONWebToken",
3   "version": "2.1.1",
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   },
13   "source": {
14     "git": "https://github.com/kylef/JSONWebToken.swift.git",
15     "tag": "2.1.1"
16   },
17   "source_files": "Sources/*.swift",
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "requires_arc": true,
25   "dependencies": {
26     "CryptoSwift": [
27       "~> 0.6.1"
28     ]
29   },
30   "module_name": "JWT",
31   "pushed_with_swift_version": "3.1"