[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / 1 / a / JSONWebToken / 1.4.1 / JSONWebToken.podspec.json
blobffca8974f6eac08ab727ac7998a188a2418e5e7a
2   "name": "JSONWebToken",
3   "version": "1.4.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   "social_media_url": "http://twitter.com/kylefuller",
14   "source": {
15     "git": "https://github.com/kylef/JSONWebToken.swift.git",
16     "tag": "1.4.1"
17   },
18   "source_files": "JWT/*.swift",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9"
22   },
23   "requires_arc": true,
24   "dependencies": {
25     "CryptoSwift": [
26       "0.0.14"
27     ]
28   },
29   "module_name": "JWT"