blob: 7038f37fba452ac0db702f93fca41b5248f8ea70 [file] [log] [blame]
{
"name": "SwiftNIOTransportServices",
"version": "0.3.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": "0.3.0"
},
"documentation_url": "https://github.com/apple/swift-nio-transport-services",
"module_name": "NIOTransportServices",
"swift_version": "4.1",
"cocoapods_version": ">=1.1.0",
"platforms": {
"ios": "12.0",
"osx": "10.14",
"tvos": "12.0"
},
"source_files": "Sources/NIOTransportServices/**/*.swift",
"dependencies": {
"SwiftNIO": [
"~> 1.8"
],
"SwiftNIOFoundationCompat": [
"~> 1.8"
],
"SwiftNIOConcurrencyHelpers": [
"~> 1.8"
],
"SwiftNIOTLS": [
"~> 1.8"
]
}
}