[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 3 / e / JWTDecode / 3.1.0 / JWTDecode.podspec.json
blob6362c7bec2c7e5b5f54c48aca0f3d7c3e5c0261d
2   "name": "JWTDecode",
3   "version": "3.1.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.1.0"
15   },
16   "social_media_url": "https://twitter.com/auth0",
17   "platforms": {
18     "ios": "13.0",
19     "osx": "11.0",
20     "tvos": "13.0",
21     "watchos": "7.0"
22   },
23   "source_files": "JWTDecode/*.swift",
24   "swift_versions": [
25     "5.7",
26     "5.8"
27   ],
28   "swift_version": "5.8"