[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 3 / e / JWTDecode / 2.2.0 / JWTDecode.podspec.json
blobb60a7302e6c285db7477568d97985d4e878819be
2   "name": "JWTDecode",
3   "version": "2.2.0",
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",
7   "license": "MIT",
8   "authors": {
9     "Auth0": "support@auth0.com",
10     "Hernan Zalazar": "hernan@auth0.com",
11     "Martin Walsh": "martin.walsh@auth0.com"
12   },
13   "source": {
14     "git": "https://github.com/auth0/JWTDecode.swift.git",
15     "tag": "2.2.0"
16   },
17   "social_media_url": "https://twitter.com/auth0",
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9",
21     "tvos": "9.2"
22   },
23   "requires_arc": true,
24   "source_files": "JWTDecode/*.swift"