blob: 421aad554f8a29fda1f9ba529575f3cff68cf0cd [file] [log] [blame]
{
"name": "SwiftNIOExtras",
"version": "1.4.1",
"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.4.1"
},
"documentation_url": "https://github.com/apple/swift-nio-extras",
"module_name": "NIOExtras",
"swift_versions": "5.0",
"cocoapods_version": ">=1.6.0",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0"
},
"dependencies": {
"SwiftNIO": [
"~> 2.0.0"
]
},
"source_files": "Sources/NIOExtras/**/*.swift",
"swift_version": "5.0"
}