blob: 8d82566624464f42208a87c51ee7c3213f153de9 [file] [log] [blame]
{
"name": "SwiftJWT",
"version": "3.5.1",
"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",
"swift_versions": "5.0.1",
"platforms": {
"osx": "10.13",
"ios": "11.0",
"tvos": "11.0",
"watchos": "4.0"
},
"source": {
"git": "https://github.com/IBM-Swift/Swift-JWT.git",
"tag": "3.5.1"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"BlueRSA": [
"~> 1.0"
],
"BlueECC": [
"~> 1.1"
],
"LoggerAPI": [
"~> 1.7"
],
"KituraContracts": [
"~> 1.1"
],
"BlueCryptor": [
"~> 1.0"
]
},
"swift_version": "5.0.1"
}