blob: f5bc4831b680473e4227abe9a7e33e63307392f0 [file] [log] [blame]
{
"name": "dsBridge",
"version": "2.0.1",
"summary": "An ios bridge for calling functions synchronously and asynchronously between JavaScript and Object-C in WKWebView/UIWebView",
"description": "An javascript bridge for calling functions synchronously and asynchronously",
"homepage": "https://github.com/wendux/DSBridge-IOS.git",
"license": "MIT",
"authors": {
"lazydu": "824783146@qq.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/wendux/DSBridge-IOS.git",
"tag": "2.0.1"
},
"source_files": "dsbridge/*",
"public_header_files": "dsbridge/*.h"
}