blob: a913ad49eb23fe6be5356b4a5cda74c4fcbc29f5 [file] [log] [blame]
{
"name": "SwiftJWT",
"version": "3.0.0",
"summary": "An implementation of JSON Web Token using Swift.",
"homepage": "https://github.com/IBM-Swift/Swift-JWT",
"license": {
"type": "Apache License, Version 2.0"
},
"authors": "IBM",
"module_name": "SwiftJWT",
"platforms": {
"ios": "10.3"
},
"source": {
"git": "https://github.com/IBM-Swift/Swift-JWT.git",
"tag": "3.0.0"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"BlueRSA": [
"~> 1.0"
],
"LoggerAPI": [
"~> 1.7"
],
"KituraContracts": [
"~> 1.1"
],
"BlueCryptor": [
"~> 1.0"
]
}
}