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