[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / a / 8 / HXWebViewJavascriptBridge / 0.1.0 / HXWebViewJavascriptBridge.podspec.json
blobbaf8adf0b9cdf73185cc2ae5e0e63f1b03a9fb82
2   "name": "HXWebViewJavascriptBridge",
3   "version": "0.1.0",
4   "summary": "An iOS bridge for sending messages between Obj-C/Swift and JavaScript in WKWebViews.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/TheLittleBoy/HXWebViewJavascriptBridge",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "TheLittleBoy": "wangxa@edu-edu.com.cn"
13   },
14   "source": {
15     "git": "https://github.com/TheLittleBoy/HXWebViewJavascriptBridge.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "HXWebViewJavascriptBridge/Classes/**/*",
22   "private_header_files": "HXWebViewJavascriptBridge/Classes/WebViewJavascriptBridge_JS.h",
23   "resource_bundles": {
24     "HXWebViewJavascriptBridge": [
25       "privacy/PrivacyInfo.xcprivacy"
26     ]
27   },
28   "frameworks": [
29     "UIKit",
30     "WebKit"
31   ]