3 "version": "1.1.5-beta10",
4 "summary": "One-stop solution for WKWebView to support offline resource,ajax/fetch request and cookie sync issues.",
5 "description": "One-stop solution for WKWebView to support offline resource,ajax/fetch request and cookie sync issues",
6 "homepage": "https://github.com/karosLi/KKJSBridge",
12 "Karosli": "karosli1314@gmail.com"
18 "git": "https://github.com/karosLi/KKJSBridge.git",
21 "default_subspecs": "AjaxProtocolHook",
30 "source_files": "KKJSBridge/KKJSBridge/**/*.{h,m}",
32 "KKJSBridge/KKJSBridge/Modules/Ajax/AjaxHook/**/*.{h,m}",
33 "KKJSBridge/KKJSBridge/Modules/Ajax/AjaxProtocolHook/**/*.{h,m}"
38 "source_files": "KKJSBridge/KKJSBridge/Modules/Ajax/AjaxHook/**/*.{h,m}",
39 "resources": "KKJSBridge/KKJSBridge/JS/KKJSBridgeAJAXHook.js",
45 "pod_target_xcconfig": {
46 "GCC_PREPROCESSOR_DEFINITIONS": "KKAjaxHook=1"
50 "name": "AjaxProtocolHook",
51 "source_files": "KKJSBridge/KKJSBridge/Modules/Ajax/AjaxProtocolHook/**/*.{h,m}",
52 "resources": "KKJSBridge/KKJSBridge/JS/KKJSBridgeAJAXProtocolHook.js",
58 "pod_target_xcconfig": {
59 "GCC_PREPROCESSOR_DEFINITIONS": "KKAjaxProtocolHook=1"