blob: 7786acb1464682851bcafd156d4524995f74a532 [file] [log] [blame]
{
"name": "WebViewBridge.Swift",
"version": "1.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": "1.3"
},
"source_files": [
"Sources/*.swift",
"Sources/*.js"
],
"exclude_files": "Sources/Exclude",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0"
}