blob: 608ec4781a3cb2951f2274ca5b83ea6479375a1a [file] [log] [blame]
{
"name": "KTVJSONWebToken",
"version": "2.0.0",
"summary": "Swift lib for decoding, validating, signing and verifying JWT",
"homepage": "https://github.com/kreactive/JSONWebToken",
"license": "MIT",
"authors": {
"Kreactive": "https://github.com/kreactive"
},
"source": {
"git": "https://github.com/kreactive/JSONWebToken.git",
"tag": "version2.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": "Security",
"source_files": "JSONWebToken/*.{swift,h,m}",
"exclude_files": "JSONWebToken/JSONWebToken.h",
"public_header_files": [
"JSONWebToken/NSData+SHA.h",
"JSONWebToken/NSData+HMAC.h"
],
"swift_version": "4.0"
}