blob: 9400d4d35c5e2ad142b6775375f0bca1158116e3 [file] [log] [blame]
{
"name": "YWebView",
"version": "0.3.0",
"summary": "WKWebview with persistent cookies support.",
"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.",
"homepage": "https://github.com/haifengkao/YWebView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hai Feng Kao": "haifeng@cocoaspice.in"
},
"source": {
"git": "https://github.com/haifengkao/YWebView.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "YWebView/Classes/**/*"
}