blob: 361054d4f3ec5cf380d06b356458b4bf953836fb [file] [log] [blame]
{
"name": "LWWebView",
"version": "0.0.7",
"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.7"
},
"source_files": [
"Classess",
"Classess/*.{h,m}"
],
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"WebViewJavascriptBridge": [
]
}
}