{
"name": "JWT",
"path": "/usr/src/package",
"targets": [
{
"name": "JWTTests",
"path": "Tests",
"type": "test",
"c99name": "JWTTests",
"sources": [
"ASN1DERDecoderTests.swift",
"ES256KeyTests.swift",
"ES256RawSignatureBuilderTests.swift",
"JWTTests.swift",
"SHA256HasherTests.swift"
],
"module_type": "SwiftTarget",
"target_dependencies": [
"JWT"
]
},
{
"name": "JWT",
"path": "Sources",
"type": "library",
"c99name": "JWT",
"sources": [
"ASN1DERDecoder.swift",
"ES256Key.swift",
"ES256RawSignatureBuilder.swift",
"ES256Signer.swift",
"Extensions/Data+Extensions.swift",
"JWT.swift",
"JWTHeader.swift",
"JWTPayload.swift",
"SHA256Hasher.swift"
],
"module_type": "SwiftTarget",
"product_memberships": [
"JWT"
],
"product_dependencies": [
"Crypto"
]
}
],
"products": [
{
"name": "JWT",
"type": {
"library": [
"automatic"
]
},
"targets": [
"JWT"
]
}
],
"platforms": [
{
"name": "macos",
"version": "10.15"
}
],
"dependencies": [
{
"url": "https://github.com/apple/swift-crypto.git",
"type": "sourceControl",
"identity": "swift-crypto",
"requirement": {
"range": [
{
"lower_bound": "1.1.0",
"upper_bound": "2.0.0"
}
]
}
}
],
"tools_version": "5.1",
"manifest_display_name": "JWT"
}