blob: cbe999da69e5d3b8b76006b22bcd174f0479fdc2 [file] [log] [blame]
{
"name": "MGXWebBridge",
"version": "0.1.0",
"summary": "UIWebView与JS交互",
"description": "ObjC使用UIWebView与JavaScript的交互封装, 支持直接return调用结果",
"homepage": "https://github.com/changjianfeishui/MGXWebBridge",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mangox": "22469836@qq.com"
},
"source": {
"git": "https://github.com/changjianfeishui/MGXWebBridge.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "MGXWebBridge/Classes/**/*",
"frameworks": "JavaScriptCore"
}