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