blob: fa874e4df81b6ddb727cc1551b0be6b7b669f5ce [file] [log] [blame]
{
"name": "ApigatewaySigningAuthorizer",
"version": "1.0.2",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/kperson/ApigatewaySigningAuthorizer",
"authors": "Kelton Person",
"summary": "Request signing for Swift using API Gateway",
"source": {
"git": "https://github.com/kperson/ApigatewaySigningAuthorizer.git",
"tag": "1.0.2"
},
"source_files": "Sources/ApigatewaySigningAuthorizer/SignedRequest.swift",
"requires_arc": true,
"platforms": {
"ios": "10.0",
"watchos": "3.0"
},
"dependencies": {
"CryptoSwift": [
"~> 1.1"
]
},
"swift_versions": "5.0",
"swift_version": "5.0"
}