blob: 7f021203c6d3064d4e6eac9ca6118887e0f3bf77 [file] [log] [blame]
{
"name": "KTVJSONWebToken",
"version": "2.1.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.1.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.1"
}