blob: 76c7ded506cf067bfb0612b0e7a4debff29674a1 [file] [log] [blame]
{
"name": "JSONWebToken",
"version": "1.2.0",
"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.2.0"
},
"source_files": "JWT/*.swift",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"dependencies": {
"CryptoSwift": [
"~> 0.0.8"
]
},
"module_name": "JWT"
}