blob: 08c8ba3b304eaa6ef5dbff32f261d50526317ab6 [file] [log] [blame]
{
"name": "JSONWebToken",
"version": "2.1.1",
"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": "2.1.1"
},
"source_files": "Sources/*.swift",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"dependencies": {
"CryptoSwift": [
"~> 0.6.1"
]
},
"module_name": "JWT",
"pushed_with_swift_version": "3.1"
}