blob: 9280d296cfbf9afdd858a64def2b43096aecbd92 [file] [log] [blame]
{
"name": "JSONWebToken",
"version": "1.4.3",
"summary": "Swift library for JSON Web Tokens (JWT).",
"homepage": "https://github.com/kylef/JSONWebToken.swift",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Kyle Fuller": "kyle@fuller.li"
},
"source": {
"git": "https://github.com/kylef/JSONWebToken.swift.git",
"tag": "1.4.3"
},
"source_files": "Sources/*.swift",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"requires_arc": true,
"dependencies": {
"CryptoSwift": [
"0.2.2"
]
},
"module_name": "JWT"
}