File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 129
129
"repoUrl" : " https://github.com/IBM-Swift/Swift-JWT" ,
130
130
"installCommandHtml" :
131
131
" .package(url:\" https://github.com/IBM-Swift/Swift-JWT\" , from: \" 3.5.0\" )"
132
+ },
133
+ {
134
+ "minimumVersion" : null ,
135
+ "support" : {
136
+ "sign" : true ,
137
+ "verify" : true ,
138
+ "iss" : false ,
139
+ "sub" : false ,
140
+ "aud" : false ,
141
+ "exp" : false ,
142
+ "nbf" : false ,
143
+ "iat" : false ,
144
+ "jti" : false ,
145
+ "hs256" : false ,
146
+ "hs384" : false ,
147
+ "hs512" : false ,
148
+ "rs256" : true ,
149
+ "rs384" : true ,
150
+ "rs512" : true ,
151
+ "es256" : true ,
152
+ "es384" : true ,
153
+ "es512" : true ,
154
+ "ps256" : true ,
155
+ "ps384" : true ,
156
+ "ps512" : true
157
+ },
158
+ "authorUrl" : " https://github.com/airsidemobile" ,
159
+ "authorName" : " Airside" ,
160
+ "gitHubRepoPath" : " airsidemobile/JOSESwift" ,
161
+ "repoUrl" : " https://github.com/airsidemobile/JOSESwift" ,
162
+ "installCommandHtml" : " pod 'JOSESwift'"
132
163
}
133
164
]
134
165
}
You can’t perform that action at this time.
0 commit comments