[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / e / c / 1 / WLXWebViewReloader / 1.0.0 / WLXWebViewReloader.podspec.json
blob88628733a230ca8a1fa433d18983c7b4c9b4f0a1
2   "name": "WLXWebViewReloader",
3   "version": "1.0.0",
4   "summary": "An extension to WKWebView that reloads the web view when the source changes.",
5   "description": "                       WLXWebViewReloader adds an extension to WKWebView to reload the web view\n                       when the sources changes. If you are using a web view to display content\n                       that is stored in the app's you know that everytime you make a change to\n                       the source files (HTML, JS, CSS) you have to do a clean + build \n                       (cmd + shift + k and cmd + r).\n\n                       WLXWebViewReloader allows you (when you are in dev mode) to instead load\n                       the source (HTML, JS, CSS) from a Nodejs server and everytime you change\n                       a file the web view will reload automatically.\n\n                       You need to install the webview-reloader-server for this Pod to work.\n                       Check to npm module https://github.com/Wolox/webview-reloader-server.\n",
6   "homepage": "https://github.com/Wolox/WLXWebViewReloader",
7   "license": "MIT",
8   "authors": {
9     "Guido Marucci Blas": "guidomb@wolox.com.ar"
10   },
11   "source": {
12     "git": "https://github.com/Wolox/WLXWebViewReloader.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "frameworks": "WebKit",
20   "source_files": "Pod/Classes",
21   "resource_bundles": {
22     "WLXWebViewReloader": [
23       "Pod/Assets/*.png",
24       "Pod/Assets/*.html",
25       "Pod/Assets/*.js"
26     ]
27   }