blob: 656b3fd0de28d06bd1faf27c26b22c69f9fdc9a3 [file] [log] [blame]
{
"name": "JWTDecode",
"version": "2.0.0",
"summary": "A JSON Web Token decoder for iOS, macOS, tvOS",
"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",
"homepage": "https://github.com/auth0/JWTDecode.swift",
"license": "MIT",
"authors": {
"Auth0": "support@auth0.com",
"Hernan Zalazar": "hernan@auth0.com"
},
"source": {
"git": "https://github.com/auth0/JWTDecode.swift.git",
"tag": "2.0.0"
},
"social_media_url": "https://twitter.com/auth0",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.2"
},
"requires_arc": true,
"source_files": "JWTDecode/*.swift"
}