[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / 1 / 5 / Krampus / 0.4.1 / Krampus.podspec.json
bloba9b6d3894b3bcba5cc2fe4037e8f4fe333f5aa87
2   "name": "Krampus",
3   "version": "0.4.1",
4   "summary": "Add authorization to the web requests made with the resource based network lib Santa. Currently supports Keycloak",
5   "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.",
6   "homepage": "https://github.com/kurzdigital/Krampus",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Christian Braun": "christian.braun@kurzdigital.com"
13   },
14   "source": {
15     "git": "https://github.com/kurzdigital/krampus.git",
16     "tag": "0.4.1"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "Krampus/Classes/**/*",
23   "dependencies": {
24     "Santa": [
25       "~> 0.3"
26     ]
27   },
28   "swift_version": "5.0"