blob: 3f6e6bdcdfb93af2aa64fc5f334a7c53f308b62a [file] [log] [blame]
{
"name": "WKWebViewWithURLProtocol",
"version": "0.1.0",
"summary": "Make webView can hooked by URLProtocol.",
"description": "Make webView can hooked by URLProtocol.",
"homepage": "https://github.com/WildDylan/WKWebViewWithURLProtocol",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dylan": "dylan@china.com"
},
"source": {
"git": "https://github.com/WildDylan/WKWebViewWithURLProtocol.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "WKWebViewWithURLProtocol/**/*",
"public_header_files": "WKWebViewWithURLProtocol/**/*.h",
"frameworks": [
"Foundation",
"WebKit"
]
}