blob: 8bbc9615883f53c5ad4926cc3340846cded7229c [file] [log] [blame]
{
"name": "WebViewBridgeServer",
"version": "1.0.1",
"license": "MIT",
"summary": "Cross-iframe webView bridge for WKWebView UIWebView WebView in iOS or macOS",
"homepage": "https://github.com/neutronstarer/WebViewBridgeServerOS",
"authors": {
"neutronstarer": "neutronstarer@gmail.com"
},
"source": {
"git": "https://github.com/neutronstarer/WebViewBridgeServerOS.git",
"tag": "1.0.1",
"submodules": true
},
"description": "Cross-iframe webView bridge for WKWebView UIWebView WebView in iOS or macOS.",
"requires_arc": true,
"source_files": "WebViewBridgeServer/*.{h,m}",
"private_header_files": [
"WebViewBridgeServer/WBSConnection+WBSPrivate.h",
"WebViewBridgeServer/WBSHandler+WBSPrivate.h",
"WebViewBridgeServer/WBSMessage.h",
"WebViewBridgeServer/WBSOperation+WBSPrivate.h",
"WebViewBridgeServer/WBSScriptMessageHandler.h",
"WebViewBridgeServer/WBSServer+WBSPrivate.h"
],
"resources": [
"Vendor/webview-bridge/dist/bridge.js",
"Vendor/webview-bridge/dist/bridge.min.js"
],
"platforms": {
"ios": "8.0",
"osx": "10.15"
}
}