[Add] CookieOvenWebtoon 3.2.4
[CocoaPods.git] / Specs / 3 / 7 / e / PFWebViewController / 0.1.0 / PFWebViewController.podspec.json
blobd4056332437c589945f15ca914b34dbdb5ae7a25
2   "name": "PFWebViewController",
3   "version": "0.1.0",
4   "summary": "A light-weight webview controller using WKWebView.",
5   "description": "A light-weight webview controller using WKWebView. It contains a progress bar and can estimate loading time.",
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": "v0.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