blob: 083cf32f15670b03ab8fc2d9f3705c5bb960815f [file] [log] [blame]
{
"name": "Krampus",
"version": "0.4.3",
"summary": "Add authorization to the web requests made with the resource based network lib Santa. Currently supports Keycloak",
"description": "Provides an authorization plugin for the resource based networking lib Santa. Currently supported are the basic operations for Keycloak. These are login with\nauth code or username and password aswell als logout and refreshing access tokens. The tokens are stored safely within the users keychain.",
"homepage": "https://github.com/kurzdigital/Krampus",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Christian Braun": "christian.braun@kurzdigital.com"
},
"source": {
"git": "https://github.com/kurzdigital/krampus.git",
"tag": "0.4.3"
},
"swift_versions": "5.0",
"platforms": {
"ios": "9.0"
},
"source_files": "Krampus/Classes/**/*",
"dependencies": {
"Santa": [
"~> 0.5"
]
},
"swift_version": "5.0"
}