blob: a2e035a5c27cf647fb1e44227618352289d91456 [file] [log] [blame]
{
"name": "WebViewBridge.Swift",
"version": "0.8",
"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": "0.8"
},
"source_files": [
"Sources/*.swift",
"Sources/*.js"
],
"exclude_files": "Sources/Exclude",
"pod_target_xcconfig": {
"SWIFT_VERSION": "2.3"
}
}