blob: dcb0e4109c116cf7591d11e95382a9917f8dbacd [file] [log] [blame]
{
"name": "SVWabView",
"version": "3.0.0",
"summary": "SVWabView is package of WKWebView, and integrating with WebViewJavascriptBridge_WebKit",
"description": "2.0.0版本之后将不再兼容UIWebView,系统兼容iOS8.0+。\n2.4.0版本删除对UIWebView框架的引用,系统兼容iOS9.0+。\n3.0.0版本更名为:SVWabView,并新增canOpen属性。\nSVWabView是WKWebView的封装,同时还集成了WebViewJavascriptBridge,在SVWabViewDelegate协议中能实现js与oc的交互。",
"homepage": "https://github.com/x5forever/DMWebView.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"x5": "x5forever@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/x5forever/DMWebView.git",
"tag": "V3.0.0"
},
"source_files": "WebViewDemo/WebViewDemo/Classes/*.{h,m}",
"requires_arc": true,
"dependencies": {
"WebViewJavascriptBridge_WebKit": [
"~> 7.0.1"
]
}
}