[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / f / d / KTVJSONWebToken / 2.1.0 / KTVJSONWebToken.podspec.json
blob7f021203c6d3064d4e6eac9ca6118887e0f3bf77
2   "name": "KTVJSONWebToken",
3   "version": "2.1.0",
4   "summary": "Swift lib for decoding, validating, signing and verifying JWT",
5   "homepage": "https://github.com/kreactive/JSONWebToken",
6   "license": "MIT",
7   "authors": {
8     "Kreactive": "https://github.com/kreactive"
9   },
10   "source": {
11     "git": "https://github.com/kreactive/JSONWebToken.git",
12     "tag": "version2.1.0"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "frameworks": "Security",
19   "source_files": "JSONWebToken/*.{swift,h,m}",
20   "exclude_files": "JSONWebToken/JSONWebToken.h",
21   "public_header_files": [
22     "JSONWebToken/NSData+SHA.h",
23     "JSONWebToken/NSData+HMAC.h"
24   ],
25   "swift_version": "4.1"