blob: 7567e19447aab21fa67ea171ada580529955d2e8 [file] [log] [blame]
{
"name": "DNSClient",
"version": "2.0.7",
"summary": "Async DNS resolution, with all the DNS features you need!",
"homepage": "https://github.com/OpenKitten/NioDNS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Joannis Orlandos": "joannis@orlandos.nl"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "4.0",
"source": {
"git": "https://github.com/preraksola/NioDNS.git",
"tag": "2.0.7"
},
"source_files": "Sources/**/*.{swift}",
"dependencies": {
"SwiftNIO": [
"~> 2.0"
]
},
"swift_version": "4.0"
}