| { |
| "name": "WKWebViewExtension", |
| "version": "0.0.2", |
| "summary": "An extension for WKWebView. Providing menuItems delete 、support protocol 、clear cache of iOS8 and so on.", |
| "homepage": "https://github.com/dequan1331/WKWebViewExtension", |
| "license": "MIT", |
| "authors": "dequanzhu", |
| "platforms": { |
| "ios": "11.2" |
| }, |
| "source": { |
| "git": "https://github.com/dequan1331/WKWebViewExtension.git", |
| "tag": "0.0.2" |
| }, |
| "source_files": [ |
| "WKWebViewExtension/WKWebViewExtension/Source", |
| "WKWebViewExtension/WKWebViewExtension/Source/**/*.{h,m}" |
| ], |
| "frameworks": [ |
| "UIKit", |
| "WebKit" |
| ] |
| } |