[Add] TensorFlowLiteC 0.0.1-nightly.20241230
[CocoaPods.git] / Specs / 0 / f / d / KTVJSONWebToken / 2.0.0 / KTVJSONWebToken.podspec.json
blob608ec4781a3cb2951f2274ca5b83ea6479375a1a
2   "name": "KTVJSONWebToken",
3   "version": "2.0.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.0.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.0"