[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 0 / d / f / KKJSBridge / 1.1.5-beta9 / KKJSBridge.podspec.json
blob9877ddd8d320aed682fe3ecb3b49cba60cc53ce7
2   "name": "KKJSBridge",
3   "version": "1.1.5-beta9",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Karosli": "karosli1314@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/karosLi/KKJSBridge.git",
19     "tag": "1.1.5-beta9"
20   },
21   "default_subspecs": "AjaxProtocolHook",
22   "frameworks": [
23     "WebKit",
24     "UIKit"
25   ],
26   "requires_arc": true,
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "KKJSBridge/KKJSBridge/**/*.{h,m}",
31       "exclude_files": [
32         "KKJSBridge/KKJSBridge/Modules/Ajax/AjaxHook/**/*.{h,m}",
33         "KKJSBridge/KKJSBridge/Modules/Ajax/AjaxProtocolHook/**/*.{h,m}"
34       ]
35     },
36     {
37       "name": "AjaxHook",
38       "source_files": "KKJSBridge/KKJSBridge/Modules/Ajax/AjaxHook/**/*.{h,m}",
39       "resources": "KKJSBridge/KKJSBridge/JS/KKJSBridgeAJAXHook.js",
40       "dependencies": {
41         "KKJSBridge/Core": [
43         ]
44       },
45       "pod_target_xcconfig": {
46         "GCC_PREPROCESSOR_DEFINITIONS": "KKAjaxHook=1"
47       }
48     },
49     {
50       "name": "AjaxProtocolHook",
51       "source_files": "KKJSBridge/KKJSBridge/Modules/Ajax/AjaxProtocolHook/**/*.{h,m}",
52       "resources": "KKJSBridge/KKJSBridge/JS/KKJSBridgeAJAXProtocolHook.js",
53       "dependencies": {
54         "KKJSBridge/Core": [
56         ]
57       },
58       "pod_target_xcconfig": {
59         "GCC_PREPROCESSOR_DEFINITIONS": "KKAjaxProtocolHook=1"
60       }
61     }
62   ]