blob: 44271c70c88d83df022ad7e73bca1cb4d3c65af2 [file] [log] [blame]
{
"name": "SZWebViewBridge",
"version": "1.0.2",
"summary": "Swift WKWebView bridge. Based on message handler.",
"description": "SZWebViewBridge is a lightweight, pure-Swift library for bridge sending messages between WKWebView and Web client. Based on message handler.",
"homepage": "https://github.com/eroscai/SZWebViewBridge",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"eroscai": "csz0102@gmail.com"
},
"source": {
"git": "https://github.com/eroscai/SZWebViewBridge.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source_files": "SZWebViewBridge/Classes/**/*",
"resource_bundles": {
"SZWebViewBridge": [
"SZWebViewBridge/Assets/**/*.js",
"SZWebViewBridge/Assets/**/*.jpg"
]
},
"frameworks": [
"UIKit",
"WebKit"
],
"swift_version": "5.0"
}