[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 7 / 3 / e / JWTDecode / 1.2.0 / JWTDecode.podspec.json
blob948f6ad53246ba2b5a394995e72da3b91e3e4aeb
2   "name": "JWTDecode",
3   "version": "1.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   },
12   "source": {
13     "git": "https://github.com/auth0/JWTDecode.swift.git",
14     "tag": "1.2.0"
15   },
16   "social_media_url": "https://twitter.com/auth0",
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.9",
20     "tvos": "9.2"
21   },
22   "requires_arc": true,
23   "source_files": "JWTDecode/*.swift"