[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / a / 5 / WKWebViewWithURLProtocol / 0.1.0 / WKWebViewWithURLProtocol.podspec.json
blob3f6e6bdcdfb93af2aa64fc5f334a7c53f308b62a
2   "name": "WKWebViewWithURLProtocol",
3   "version": "0.1.0",
4   "summary": "Make webView can hooked by URLProtocol.",
5   "description": "Make webView can hooked by URLProtocol.",
6   "homepage": "https://github.com/WildDylan/WKWebViewWithURLProtocol",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dylan": "dylan@china.com"
13   },
14   "source": {
15     "git": "https://github.com/WildDylan/WKWebViewWithURLProtocol.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "WKWebViewWithURLProtocol/**/*",
22   "public_header_files": "WKWebViewWithURLProtocol/**/*.h",
23   "frameworks": [
24     "Foundation",
25     "WebKit"
26   ]