2 "name": "WebView-Utilities",
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",
12 "Steven Preston": "stevenpreston@stellar16.com"
15 "git": "https://github.com/StevenPreston/webview-utilities.git",
21 "source_files": "WebView-Utilities/Classes/**/*"