blob: 83e7f07e3dfbaca4c5eefe0a1c6e94133983de47 [file] [log] [blame]
{
"name": "SwiftNIOTransportServices",
"version": "1.9.0",
"license": {
"type": "Apache 2.0",
"file": "LICENSE.txt"
},
"summary": "Extensions for SwiftNIO to support Apple platforms as first-class citizens.",
"homepage": "https://github.com/apple/swift-nio-transport-services",
"authors": "Apple Inc.",
"source": {
"git": "https://github.com/apple/swift-nio-transport-services.git",
"tag": "1.9.0"
},
"documentation_url": "https://github.com/apple/swift-nio-transport-services",
"module_name": "NIOTransportServices",
"swift_versions": "5.0",
"cocoapods_version": ">=1.6.0",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0"
},
"source_files": "Sources/NIOTransportServices/**/*.swift",
"dependencies": {
"SwiftNIO": [
">= 2.22.0",
"< 3"
],
"SwiftNIOFoundationCompat": [
">= 2.22.0",
"< 3"
],
"SwiftNIOConcurrencyHelpers": [
">= 2.22.0",
"< 3"
],
"SwiftNIOTLS": [
">= 2.22.0",
"< 3"
]
},
"swift_version": "5.0"
}