blob: 3751b4443b2b0f83d01f24d9c0dc5fde587582c9 [file] [log] [blame]
{
"name": "KAWebBrowser",
"version": "0.1.1",
"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.1.1"
},
"social_media_url": "https://twitter.com/zhz821",
"platforms": {
"ios": "8.0"
},
"source_files": "KAWebBrowser/Classes/**/*",
"frameworks": [
"UIKit",
"WebKit"
]
}