blob: 7da81eeace19e9fec93d69f51837a8ce0a912af2 [file] [log] [blame]
{
"name": "SwiftDNS",
"version": "0.2.0",
"summary": "make DNS query to any DNS sever directly in iOS and MacOS with Swift",
"description": "make DNS query to any DNS sever directly in iOS and MacOS with Swift.",
"homepage": "https://github.com/vincent178/DNS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"git": "vh7157@gmail.com"
},
"source": {
"git": "https://github.com/vincent178/DNS.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "13.0",
"osx": "10.15.0"
},
"swift_versions": "4.0",
"source_files": "DNS/**/*",
"frameworks": "Network",
"swift_version": "4.0"
}