[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / f / 6 / WRHttpDNS / 1.0 / WRHttpDNS.podspec.json
blob88bd7ac95289e614a99436d3a36b17362b6bea79
2   "name": "WRHttpDNS",
3   "version": "1.0",
4   "summary": "A simple httpDNS framework, support http and https",
5   "description": "1. A simple httpDNS framework, support http and https, but not SNI currently.\n2. High availability, request DNS info asynchronously, abandon overdue or unusable DNS Cache automatically, change DNS cache as network changed.\n3. Provide GoogleDNS service default, you can add other custom DNS service easily.",
6   "homepage": "https://github.com/hypoyao/WRHttpDNS.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "hypoyao": "hypoyao@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/hypoyao/WRHttpDNS.git",
19     "tag": "1.0"
20   },
21   "source_files": [
22     "HttpDNS/*",
23     "HttpDNS/**/*.{h,m}"
24   ]