blob: 58bccfc0cbf0b38c200c7510bc221e420290f24c [file] [log] [blame]
{
"name": "SwiftNIOExtras",
"version": "1.1.0",
"license": {
"type": "Apache 2.0",
"file": "LICENSE.txt"
},
"summary": "Useful code around SwiftNIO.",
"homepage": "https://github.com/apple/swift-nio-extras",
"authors": "Apple Inc.",
"source": {
"git": "https://github.com/apple/swift-nio-extras.git",
"tag": "1.1.0"
},
"documentation_url": "https://github.com/apple/swift-nio-extras",
"module_name": "NIOExtras",
"swift_versions": "5.0",
"cocoapods_version": ">=1.6.0",
"platforms": {
"ios": "12.0",
"osx": "10.14",
"tvos": "12.0"
},
"dependencies": {
"SwiftNIO": [
"~> 2.0.0"
]
},
"source_files": "Sources/NIOExtras/**/*.swift"
}