[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 6 / 8 / JWTWrapper / 1.0.3 / JWTWrapper.podspec.json
blobfc0dcba64ca6779fc7515fbccc991f7fd6c63a7f
2   "name": "JWTWrapper",
3   "version": "1.0.3",
4   "summary": "A Convenience class to wrapper the JWT token string",
5   "description": "Convenience class for wrapper JWT to easilly get info and payload data. This is NOT an issuer or validator library is just a simple wrapper to parse the token in a structure.",
6   "homepage": "https://github.com/LucianoPAlmeida/JWTWrapper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "LucianoAlmeida": "passos.luciano@outlook.com"
13   },
14   "source": {
15     "git": "https://github.com/LucianoPAlmeida/JWTWrapper.git",
16     "tag": "1.0.3"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "JWTWrapper/**/*.{swift,h}",
22   "public_header_files": "JWTWrapper/JWTWrapper.h"