blob: b46209e1741cb7cb1d3fb5c84834d6122ebff89f [file] [log] [blame]
{
"name": "JWTDecode",
"version": "2.1.1",
"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",
"Martin Walsh": "martin.walsh@auth0.com"
},
"source": {
"git": "https://github.com/auth0/JWTDecode.swift.git",
"tag": "2.1.1"
},
"social_media_url": "https://twitter.com/auth0",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.2"
},
"requires_arc": true,
"source_files": "JWTDecode/*.swift",
"pushed_with_swift_version": "3.1"
}