blob: a0aaf5321219d6542de672f87b02adad8b758589 [file] [log] [blame]
{
"name": "JWTDecode",
"version": "0.3.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\n",
"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": "0.3.0"
},
"social_media_url": "https://twitter.com/auth0",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "JWTDecode/*.swift"
}