blob: 6a28c0a61f3b25869d81c6efefe5f20802f156c0 [file] [log] [blame]
{
"name": "JWTDecode",
"version": "1.0.0",
"summary": "A JSON Web Token decoder for iOS",
"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": "1.0.0"
},
"social_media_url": "https://twitter.com/auth0",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "JWTDecode/*.swift"
}