blob: 4990a6aa49d0e11d282d46fd5c32e79c82c180a3 [file] [log] [blame]
{
"name": "SwiftNIOSSL",
"version": "2.7.4",
"license": {
"type": "Apache 2.0",
"file": "LICENSE.txt"
},
"summary": "TLS Support for SwiftNIO, based on BoringSSL.",
"homepage": "https://github.com/apple/swift-nio-ssl",
"authors": "Apple Inc.",
"source": {
"git": "https://github.com/apple/swift-nio-ssl.git",
"tag": "2.7.4"
},
"documentation_url": "https://apple.github.io/swift-nio-ssl/",
"module_name": "NIOSSL",
"swift_versions": "5.0",
"cocoapods_version": ">=1.6.0",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0"
},
"source_files": "Sources/NIOSSL/**/*.{swift,c,h,cc,S}",
"dependencies": {
"SwiftNIO": [
"2.18.0"
],
"SwiftNIOConcurrencyHelpers": [
"2.18.0"
],
"CNIOBoringSSL": [
"2.7.4"
],
"CNIOBoringSSLShims": [
"2.7.4"
],
"SwiftNIOTLS": [
"2.18.0"
]
},
"swift_version": "5.0"
}