[Add] APDDTExchangeAdapter 3.4.1.0
[CocoaPods.git] / Specs / 3 / 7 / e / PFWebViewController / 1.1.0 / PFWebViewController.podspec.json
blob87d77bae894d4762bfebc3abd8584dcf18e2b494
2   "name": "PFWebViewController",
3   "version": "1.1.0",
4   "summary": "A light-weight webview controller using WKWebView. Support Safari-like reader mode.",
5   "description": "A light-weight webview controller using WKWebView. It contains a progress bar and can estimate loading time.\n\nSupport Safari-like reader mode. \n\nEasy use and less memory consuming than [RxWebViewController](https://github.com/Roxasora/RxWebViewController).",
6   "homepage": "https://github.com/PerfectFreeze/PFWebViewController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Cee": "cee@chu2byo.com"
13   },
14   "social_media_url": "https://twitter.com/ceecirno",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/PerfectFreeze/PFWebViewController.git",
20     "tag": "v1.1.0"
21   },
22   "source_files": [
23     "Classes",
24     "Classes/**/*.{h,m}"
25   ],
26   "exclude_files": "Classes/Exclude",
27   "resources": "Classes/*.bundle",
28   "requires_arc": true