blob: 2f697f92dbe8c9e2cec1a5e7ed104b13d9bfb18a [file] [log] [blame]
{
"name": "WebViewBridge.Swift",
"version": "0.6",
"summary": "A bridge for WebView(UIWebView, WKWebView), using JavaScriptCore , handles communications between native(Swift) and js",
"description": "A bridge for WebView(UIWebView, WKWebView), using JavaScriptCore , handles communications 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": "0.6"
},
"source_files": [
"Sources/*.swift",
"Sources/*.js"
],
"exclude_files": "Sources/Exclude"
}