[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / d / 8 / SVWebView / 2.0.2 / SVWebView.podspec.json
blobcc5ff47cc034b56ef5137fc7088608041908cefc
2   "name": "SVWebView",
3   "version": "2.0.2",
4   "summary": "SVWebView is package of WKWebView, and integrating with WebViewJavascriptBridge",
5   "description": "2.0.0版本之后将不再兼容UIWebView,系统兼容iOS8.0+版本。\nSVWebView是WKWebView的封装,同时还集成了WebViewJavascriptBridge,在SVWebViewDelegate协议中能实现js与oc的交互。",
6   "homepage": "https://github.com/x5forever/DMWebView.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "x5": "x5forever@163.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/x5forever/DMWebView.git",
19     "tag": "V2.0.2"
20   },
21   "source_files": "WebViewDemo/WebViewDemo/Classes/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "WebViewJavascriptBridge": [
25       "~>6.0.3"
26     ],
27     "NJKWebViewProgress": [
29     ]
30   }