[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 3 / e / JWTDecode / 2.6.2 / JWTDecode.podspec.json
blob2bde1dfea2dfae25ba5a0d6fd556315cd71a27de
2   "name": "JWTDecode",
3   "version": "2.6.2",
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.6.2"
16   },
17   "social_media_url": "https://twitter.com/auth0",
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.11",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "requires_arc": true,
25   "source_files": "JWTDecode/*.swift",
26   "swift_versions": [
27     "4.0",
28     "4.1",
29     "4.2",
30     "5.0",
31     "5.1",
32     "5.2",
33     "5.3"
34   ],
35   "swift_version": "5.3"