blob: 754a952219de1737ff4668bc789888fcc7d7ed4a [file] [log] [blame]
{
"name": "WebViewBridge.Swift",
"version": "2.1",
"summary": "A bridge for WebView(UIWebView, WKWebView), using JavaScriptCore, handles messages between native(Swift) and js",
"description": "A bridge for WebView(UIWebView, WKWebView), using JavaScriptCore, handles messages between native(Swift) and js",
"homepage": "https://github.com/zhangbozhb/WebViewBridge.Swift",
"screenshots": "https://github.com/zhangbozhb/WebViewBridge.Swift/blob/master/screenshots_1.gif",
"license": {
"type": "MIT"
},
"authors": {
"travel": "zhangbozhb@gmail.com"
},
"social_media_url": "http://twitter.com/travel_zh",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/zhangbozhb/WebViewBridge.Swift.git",
"tag": "2.1"
},
"source_files": [
"WebViewBridge.Swift/Classes/*.swift",
"WebViewBridge.Swift/Classes/*.js"
],
"pushed_with_swift_version": "3.0"
}