blob: 6549c0b3fd3cc90ccca7de288fbf0986df6cd0d9 [file] [log] [blame]
{
"name": "VCWebBrowser",
"version": "1.0",
"summary": "UIWebView | WKWebView used with progressBar",
"description": "1. Show Url simply.\n2. Loading progress view.",
"homepage": "https://github.com/txinhua/VCWebBrowser",
"license": {
"type": "Apache License",
"file": "LICENSE"
},
"authors": {
"gftang": "gftang@vcainfo.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/txinhua/VCWebBrowser.git",
"tag": "1.0"
},
"source_files": [
"VCWebBrowser/VCWebB/*.{h,m}",
"VCWebBrowser/NJKWebViewProgress/*.{h,m}"
],
"frameworks": "UIKit"
}