blob: 91393892bcca5e90397df527017ce7ce7baab748 [file] [log] [blame]
{
"name": "LWWebView",
"version": "0.0.2",
"summary": "封装的webview.",
"description": "一款基于WKWebView和WebViewJavascriptBridge封装的网页",
"homepage": "https://github.com/weilLove/LWWebView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"weilLove": "weil218@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/weilLove/LWWebView.git",
"tag": "0.0.2"
},
"source_files": [
"Classess",
"Classess/*.{h,m}"
],
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"WebViewJavascriptBridge": [
]
}
}