blob: 3c2b3dac67f23dd701f609361089bb9aab94d4eb [file] [log] [blame]
{
"name": "GZDNSResolver",
"version": "0.1.1",
"summary": "Host name resolving utility for iOS",
"description": "This project provides a set of utility classes which helps to resolve host name to corresponding ip addresses.\nAt the same time, a IP to host cache table is also provided. With the help of this utility, network request can save up host name resolving time for each network request.\n\n- DNS resolving\n- Host name to raw IP caching\n- Support both IPv6 & IPv4",
"homepage": "https://github.com/SamuelZhaoY/iOS-DNSResolver",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zy.zhao": "zhaoy.samuel@gmail.com"
},
"source": {
"git": "https://github.com/SamuelZhaoY/iOS-DNSResolver.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "GZDNSResolver/Classes/*",
"public_header_files": "GZDNSResolver/Classes/GZDNSResolver.h"
}