[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 0 / b / KINWebBrowser_fm / 1.3.8 / KINWebBrowser_fm.podspec.json
blob8fb1879b7f474fdfd18e6c20abe13998b956dc33
2   "name": "KINWebBrowser_fm",
3   "version": "1.3.8",
4   "summary": "A web browser module for your apps.",
5   "description": "KINWebBrowser is a web browser module for your apps. Powered by WKWebView on iOS 8. Backwards compatible with iOS 7 using UIWebView. KINWebBrowser offers the simplest way to add a web browser to your apps.",
6   "homepage": "https://github.com/dfmuir/KINWebBrowser",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "David F. Muir V": "dfmuir@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/lexiaoyao20/KINWebBrowser.git",
19     "tag": "1.3.8"
20   },
21   "source_files": [
22     "KINWebBrowser",
23     "KINWebBrowser/**/*.{h,m}"
24   ],
25   "resource_bundles": {
26     "KINWebBrowser": [
27       "Assets/*.png"
28     ]
29   },
30   "requires_arc": true,
31   "weak_frameworks": "WebKit",
32   "dependencies": {
33     "TUSafariActivity": [
34       "1.0.4"
35     ],
36     "ARChromeActivity": [
37       "1.0.5"
38     ]
39   }