blob: cc4852d9ed6787f5403506618747f1202caed5da [file] [log] [blame]
{
"name": "JWTDecoder",
"version": "1.2.0",
"summary": "JSON Web Tokens decoder framework for iOS in swift",
"homepage": "https://github.com/knottx/JWTDecoder",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Visarut Tippun": "knotto.vt@gmail.com"
},
"source": {
"git": "https://github.com/knottx/JWTDecoder.git",
"tag": "1.2.0"
},
"swift_versions": "5.1",
"platforms": {
"ios": "10.0"
},
"source_files": "JWTDecoder/**/*.swift",
"requires_arc": true,
"swift_version": "5.1"
}