blob: ffca8974f6eac08ab727ac7998a188a2418e5e7a [file] [log] [blame]
{
"name": "JSONWebToken",
"version": "1.4.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"
},
"social_media_url": "http://twitter.com/kylefuller",
"source": {
"git": "https://github.com/kylef/JSONWebToken.swift.git",
"tag": "1.4.1"
},
"source_files": "JWT/*.swift",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"dependencies": {
"CryptoSwift": [
"0.0.14"
]
},
"module_name": "JWT"
}