blob: 89201a10148238aecd5312df283d3882cdf0c1fd [file] [log] [blame]
{
"name": "HCWebViewJsBridge",
"version": "1.0.0-beta.1",
"summary": "HCWebViewJsBridge is used to implement communication between H5 and WKWebView/UIWebView.",
"description": "HCWebViewJsBridge is used to implement communication between H5 and WKWebView/UIWebView.\nIt's simple, easy to use, non-invasive for WebView.",
"homepage": "https://github.com/al-liu/WebViewJsBridge-iOS",
"license": "MIT",
"authors": {
"刘海川": "lhc.indie@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/al-liu/WebViewJsBridge-iOS.git",
"tag": "1.0.0-beta.1"
},
"source_files": "HCWebViewJsBridge/**/*.{h,m}",
"exclude_files": "Example",
"frameworks": [
"Foundation",
"UIKit",
"WebKit"
]
}