blob: b91c567dc32fbbc8524964d9e36411219bd681ba [file] [log] [blame]
{
"name": "VaporCoreAsync",
"version": "3.4.4",
"summary": "Vapor extensions for Async types",
"description": "Provides extensions on Vapor's async types to do things like catch errors in Future chains",
"homepage": "https://github.com/vapor/core",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tanner Nelson": ""
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/twof/core.git",
"branch": "master"
},
"module_name": "Async",
"swift_version": "4.2",
"source_files": "Sources/Async/**/*.swift",
"exclude_files": [
"Pods/**"
],
"dependencies": {
"SwiftNIO": [
]
}
}