[Add] DebugSwift 0.3.9
[CocoaPods.git] / Specs / 9 / f / 6 / WRHttpDNS / 1.1 / WRHttpDNS.podspec.json
blob702d238a84d110a39747e7556c65f99ad7c5c7c2
2   "name": "WRHttpDNS",
3   "version": "1.1",
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.1"
20   },
21   "source_files": [
22     "HttpDNS/*",
23     "HttpDNS/**/*.{h,m}"
24   ]