blob: c19e1323ec6d91e8dd5165a92842139de9ed0c86 [file] [log] [blame]
{
"name": "WebViewBridge.Swift",
"version": "2.3",
"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.3"
},
"source_files": [
"WebViewBridge.Swift/Classes/*.swift",
"WebViewBridge.Swift/Classes/*.js"
]
}