[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / 5 / 4 / f / WebView-Utilities / 0.0.1 / WebView-Utilities.podspec.json
blob8db87986c61de1e495832c5bc9893874390397f7
2   "name": "WebView-Utilities",
3   "version": "0.0.1",
4   "summary": "A library of helper functions to manipulate the DOM within a WKWebView.",
5   "description": "A library of helper functions (available through an extension to WKWebView) to manipulate the DOM within a WKWebView. Functions available:\n* stripAllOtherElementsFromBody - removes all except one element from HTML body.\n* clearHead - removes all inner HTML from the head element.\n* addElementToHead - adds an element to the head.\n* removeElement - removes an element from the DOM.\n* addCSS - add CSS to the document head.",
6   "homepage": "https://github.com/StevenPreston/webview-utilities",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Steven Preston": "stevenpreston@stellar16.com"
13   },
14   "source": {
15     "git": "https://github.com/StevenPreston/webview-utilities.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "WebView-Utilities/Classes/**/*"