blob: db748036ddb1baed36685101ce27b078ce10ee4f [file] [log] [blame]
{
"name": "BAWKWebView",
"version": "1.0.1",
"summary": "WKWebView 的封装,用分类封装 WKWebView,代码无任何侵入更改,用 block 方式实现所需代理回调,更加方便,代码更简洁",
"homepage": "https://github.com/BAHome/BAWKWebView",
"license": "MIT",
"authors": {
"boai": "sunboyan@outlook.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/BAHome/BAWKWebView.git",
"tag": "1.0.1"
},
"source_files": "BAWKWebView/BAWKWebView/*.{h,m}",
"requires_arc": true
}