blob: e80d8a808cfd50b0f765657f27179db4defbda14 [file] [log] [blame]
{
"name": "KAWebBrowser",
"version": "0.2.0",
"summary": "WKWebView with a progressBar",
"description": "KAWebBrowser is a web browser module written in Swift.\nIt contains a WKWebView and a progressBar.",
"homepage": "https://github.com/zhz821/KAWebBrowser",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhihuazhang": "zhangzhihua.dev@gmail.com"
},
"source": {
"git": "https://github.com/zhz821/KAWebBrowser.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/zhz821",
"platforms": {
"ios": "8.0"
},
"source_files": "KAWebBrowser/Classes/**/*",
"frameworks": [
"UIKit",
"WebKit"
]
}