[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / 7 / 9 / XXWebViewJavascriptBridge / 0.0.4 / XXWebViewJavascriptBridge.podspec.json
blob18f9123f16deff3a6e1ea5fff4039f10a5a6f7d0
2   "name": "XXWebViewJavascriptBridge",
3   "version": "0.0.4",
4   "summary": "Simple Design for Objective-C bridge with Javascript. Also can get js console.log.",
5   "homepage": "https://github.com/xygkevin/XXWebViewJavascriptBridge.git",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "xuyaguang": "xu_yaguang@163.com"
12   },
13   "social_media_url": "https://github.com/xygkevin",
14   "platforms": {
15     "ios": "13.0"
16   },
17   "source": {
18     "git": "https://github.com/xygkevin/XXWebViewJavascriptBridge.git",
19     "tag": "0.0.4"
20   },
21   "source_files": "XXWebViewJavascriptBridge/Source/*.{h,m}",
22   "frameworks": "WebKit",
23   "requires_arc": true,
24   "pod_target_xcconfig": {
25     "VALID_ARCHS": "x86_64 armv7 arm64"
26   }