[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 7 / 3 / e / JWTDecode / 3.0.0-fa / JWTDecode.podspec.json
blob30dbda9b9a71a684519bd921613ba1c18d46ba56
2   "name": "JWTDecode",
3   "version": "3.0.0-fa",
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.0.0-fa"
15   },
16   "social_media_url": "https://twitter.com/auth0",
17   "platforms": {
18     "ios": "12.0",
19     "osx": "10.15",
20     "tvos": "12.0",
21     "watchos": "6.2"
22   },
23   "source_files": "JWTDecode/*.swift",
24   "swift_versions": [
25     "5.5",
26     "5.6"
27   ],
28   "swift_version": "5.6"