[Delete] FaceCoreBasicNightly 6.3.1040
[CocoaPods.git] / Specs / 0 / a / 3 / YWebView / 0.4.0 / YWebView.podspec.json
blob1cf61a301be969f12621d2f075d966a930884a29
2   "name": "YWebView",
3   "version": "0.4.0",
4   "summary": "WKWebview with persistent cookie support.",
5   "description": "WKWebView, unlike UIWebView, doesn't support cookie persistency and sharing. There are multiple solutions on the Internet to deal with issue. YWebView combines the existing solutions to make WKWebView behave like the Old UIWebView.",
6   "homepage": "https://github.com/haifengkao/YWebView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Hai Feng Kao": "haifeng@cocoaspice.in"
13   },
14   "source": {
15     "git": "https://github.com/haifengkao/YWebView.git",
16     "tag": "0.4.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "YWebView/Classes/**/*"