blob: 0d0a786511208f70110c1ee9322046baf5a348bb [file] [log] [blame]
{
"name": "dsBridge",
"version": "3.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": "8.0"
},
"source": {
"git": "https://github.com/wendux/DSBridge-IOS.git",
"tag": "3.0.1"
},
"source_files": "dsbridge/*",
"public_header_files": "dsbridge/*.h",
"frameworks": "UIKit"
}