blob: 6de596e49abe9318ba54c2cf8f804497d8271c44 [file] [log] [blame]
{
"name": "JWTsSwift",
"version": "0.1.0",
"summary": "JWS and JWT Swift Library. Supported only secp256k1(ES256K)",
"description": "JWS and JWT Swift Library. Supported only secp256k1(ES256K)",
"homepage": "https://github.com/METADIUM/JWTsSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"YoungBaeJeon": "mansud0206@gmail.com"
},
"source": {
"git": "https://github.com/METADIUM/JWTsSwift.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "JWTsSwift/Classes/**/*",
"dependencies": {
"secp256k1_swift": [
]
}
}