blob: 1efcc08fe1e85c92449f9a8d086e23156d8aa854 [file] [log] [blame]
{
"name": "SQGeneralWebView",
"version": "0.0.9",
"summary": "This is a gengeral WebView ,use WebViewJavaScriptBridge as the bridge with native.",
"homepage": "https://github.com/CoderSQ/SQGeneralWebView.git",
"license": "MIT",
"authors": {
"CoderSQ": "steven_shuang@126.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/CoderSQ/SQGeneralWebView.git",
"tag": "0.0.9"
},
"source_files": [
"SQGeneralWebView",
"*.{h,m}"
],
"frameworks": [
"UIKit",
"WebKit"
],
"requires_arc": true,
"dependencies": {
"WebViewJavascriptBridge": [
"~> 5.0.5"
]
}
}