[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / b / 6 / 8 / JWTWrapper / 1.0 / JWTWrapper.podspec.json
blob6534269d1ef45a369ad37ffe7b37c933d47f2589
2   "name": "JWTWrapper",
3   "version": "1.0",
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"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "JWTWrapper/**/*.{swift,h}",
22   "public_header_files": "JWTWrapper/JWTWrapper.h",
23   "pushed_with_swift_version": "4.0"