blob: f7b4b6012d6cfb633392b997b31ec89aa13aafa5 [file] [log] [blame]
{
"name": "SZWebViewBridge",
"version": "1.0.1",
"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.1"
},
"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"
}