[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 7 / 3 / e / JWTDecode / 3.2.0 / JWTDecode.podspec.json
blob2a5c463f4aa05c75e96ec60704f09b9c4401136c
2   "name": "JWTDecode",
3   "version": "3.2.0",
4   "summary": "A JWT decoder for iOS, macOS, tvOS, and watchOS",
5   "description": "Easily decode a JWT and access the claims it contains. \n> This library doesn't validate the JWT. Any well-formed JWT can be decoded from Base64URL.",
6   "homepage": "https://github.com/auth0/JWTDecode.swift",
7   "license": "MIT",
8   "authors": {
9     "Auth0": "support@auth0.com",
10     "Rita Zerrizuela": "rita.zerrizuela@auth0.com"
11   },
12   "source": {
13     "git": "https://github.com/auth0/JWTDecode.swift.git",
14     "tag": "3.2.0"
15   },
16   "social_media_url": "https://twitter.com/auth0",
17   "platforms": {
18     "ios": "14.0",
19     "osx": "11.0",
20     "tvos": "14.0",
21     "watchos": "7.0",
22     "visionos": "1.0"
23   },
24   "source_files": "JWTDecode/*.swift",
25   "swift_versions": [
26     "5.9"
27   ],
28   "swift_version": "5.9"