[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / 7 / 9 / XXWebViewJavascriptBridge / 0.0.3 / XXWebViewJavascriptBridge.podspec.json
blob6e8ce1a450e9e0c035fd96523162c585832badda
2   "name": "XXWebViewJavascriptBridge",
3   "version": "0.0.3",
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.3"
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   }