blob: 2203fe1a03ec0a404e0c28d5b3528ecbafa878cf [file] [log] [blame]
{
"name": "LQWebView",
"version": "1.3.3",
"summary": "对WKWebView 的封装,继承自UIView",
"description": "对WKWebView 的封装,继承自UIView,封装了常用方法,方便使用!",
"homepage": "https://github.com/LQi2009/LQWebView",
"license": "MIT",
"authors": {
"LiuQiqiang": "lqq200912408@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/LQi2009/LQWebView.git",
"tag": "1.3.3"
},
"requires_arc": true,
"default_subspecs": "OBJ",
"swift_version": "4.1",
"subspecs": [
{
"name": "OBJ",
"source_files": [
"LQWebView",
"LQWebView/obj/**/*.{h,m}"
]
},
{
"name": "SF",
"source_files": [
"LQWebView",
"LQWebView/sf/**/*.{swift}"
]
}
]
}