blob: a0f179cfd37003c0f96d97607a8a261853fb4f0e [file] [log] [blame]
{
"name": "SwiftDNS",
"version": "0.1.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.1.0"
},
"platforms": {
"ios": "13.0",
"osx": "10.15.0"
},
"swift_versions": "4.0",
"source_files": "DNS/**/*",
"frameworks": "Network",
"swift_version": "4.0"
}