blob: 79fee64e9f05bb74c54bb45ecb3e44b5a8c6662d [file] [log] [blame]
{
"name": "SwiftNIOTransportServices",
"version": "1.0.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.0.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": "12.0",
"osx": "10.14",
"tvos": "12.0"
},
"source_files": "Sources/NIOTransportServices/**/*.swift",
"dependencies": {
"SwiftNIO": [
"~> 2.0"
],
"SwiftNIOFoundationCompat": [
"~> 2.0"
],
"SwiftNIOConcurrencyHelpers": [
"~> 2.0"
],
"SwiftNIOTLS": [
"~> 2.0"
]
}
}