[Add] TempoSDK 1.8.1-rc.0
[CocoaPods.git] / Specs / 7 / 3 / e / JWTDecode / 0.3.0 / JWTDecode.podspec.json
bloba0aaf5321219d6542de672f87b02adad8b758589
2   "name": "JWTDecode",
3   "version": "0.3.0",
4   "summary": "A JSON Web Token decoder for iOS",
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\n",
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": "0.3.0"
15   },
16   "social_media_url": "https://twitter.com/auth0",
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.9"
20   },
21   "requires_arc": true,
22   "source_files": "JWTDecode/*.swift"