blob: 9527231775c9909af46a24e58547c14f574224c9 [file] [log] [blame]
{
"name": "BAWKWebView",
"version": "1.0.3",
"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.3"
},
"source_files": "BAWKWebView/BAWKWebView/*.{h,m}",
"requires_arc": true
}