blob: c433ebad43dd36027b48155bb17f52a7eed7ff1e [file] [log] [blame]
{
"name": "PFWebViewController",
"version": "1.0.1",
"summary": "A light-weight webview controller using WKWebView.",
"description": "A light-weight webview controller using WKWebView. It contains a progress bar and can estimate loading time.\n\nEasy use and less memory consuming than [RxWebViewController](https://github.com/Roxasora/RxWebViewController).",
"homepage": "https://github.com/PerfectFreeze/PFWebViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Cee": "cee@chu2byo.com"
},
"social_media_url": "https://twitter.com/ceecirno",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/PerfectFreeze/PFWebViewController.git",
"tag": "v1.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"resources": "Classes/*.bundle",
"requires_arc": true
}