4 "summary": "A JSON Web Token decoder for iOS, macOS, tvOS",
5 "description": "Decode a JWT to retrieve it's payload and also check for its expiration. \n> This library does not perform any validation of the JWT signature, it only decodes the token from Base64",
6 "homepage": "https://github.com/auth0/JWTDecode.swift",
9 "Auth0": "support@auth0.com",
10 "Hernan Zalazar": "hernan@auth0.com",
11 "Martin Walsh": "martin.walsh@auth0.com"
14 "git": "https://github.com/auth0/JWTDecode.swift.git",
17 "social_media_url": "https://twitter.com/auth0",
25 "source_files": "JWTDecode/*.swift",
32 "swift_version": "5.0"