blob: f9b5c954182138ad58f71ca8985575b04fe1a030 [file] [log] [blame]
{
"name": "JSONWebToken",
"version": "2.0.2",
"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.0.2"
},
"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.0"
}