[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 7 / 9 / 1 / SVWabView / 3.0.0 / SVWabView.podspec.json
blobdcb0e4109c116cf7591d11e95382a9917f8dbacd
2   "name": "SVWabView",
3   "version": "3.0.0",
4   "summary": "SVWabView is package of WKWebView, and integrating with WebViewJavascriptBridge_WebKit",
5   "description": "2.0.0版本之后将不再兼容UIWebView,系统兼容iOS8.0+。\n2.4.0版本删除对UIWebView框架的引用,系统兼容iOS9.0+。\n3.0.0版本更名为:SVWabView,并新增canOpen属性。\nSVWabView是WKWebView的封装,同时还集成了WebViewJavascriptBridge,在SVWabViewDelegate协议中能实现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": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/x5forever/DMWebView.git",
19     "tag": "V3.0.0"
20   },
21   "source_files": "WebViewDemo/WebViewDemo/Classes/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "WebViewJavascriptBridge_WebKit": [
25       "~> 7.0.1"
26     ]
27   }