[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / a / b / WBWebBrowser / 1.0.0 / WBWebBrowser.podspec.json
blobba90aa83a0d404ee76b7997287e28ce0ce7f5ae7
2   "name": "WBWebBrowser",
3   "version": "1.0.0",
4   "summary": "A web browser used on iOS.",
5   "description": "A web browser use WKWebView on iOS8 and later, use UIWebView on iOS7.",
6   "homepage": "https://github.com/developforapple/webbrowser",
7   "license": "MIT",
8   "authors": {
9     "wwwbbat": "developforapple@163.com"
10   },
11   "source": {
12     "git": "https://github.com/developforapple/webbrowser.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "WBWebBrowser/*",
20   "frameworks": [
21     "Foundation",
22     "CoreGraphics",
23     "UIKit",
24     "WebKit"
25   ]