CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.

Guido Marucci Blas

2pods

WLXBluetoothDevice

WLXBluetoothDevice provides a better, more modular API on top of CoreBluetooth. Reposabilities are separated in different classes and the API is block-based.

WLXBluetoothDevice extracts common patterns that have been identified while developing Bluetooth 4.0 apps at Wolox.

License: MIT

  • Objective C

WLXWebViewReloader

WLXWebViewReloader adds an extension to WKWebView to reload the web view when the sources changes. If you are using a web view to display content that is stored in the app's you know that everytime you make a change to the source files (HTML, JS, CSS) you have to do a clean + build (cmd + shift + k and cmd + r).

WLXWebViewReloader allows you (when you are in dev mode) to instead load the source (HTML, JS, CSS) from a Nodejs server and everytime you change a file the web view will reload automatically.

You need to install the webview-reloader-server for this Pod to work. Check to npm module https://github.com/Wolox/webview-reloader-server.

License: MIT

  • Objective C