blob: 48c5a839c449d2283bcae25b306bea68f6179658 [file] [log] [blame]
{
"name": "JustBridge",
"version": "4.2.0",
"summary": "An iOS bridge for sending messages between Swift and JavaScript in WKWebView.",
"description": "An iOS bridge for sending messages between Swift and JavaScript in WKWebView",
"homepage": "https://github.com/Xiaoye220/JSBridge",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Xiaoye220": "576934532@qq.com"
},
"source": {
"git": "https://github.com/Xiaoye220/JSBridge.git",
"tag": "4.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "JSBridge/Classes/**/*",
"resource_bundles": {
"JSBridge": [
"JSBridge/Assets/*"
]
}
}