Objc RPC framework for your local network. SPLRemoteObject let's you communicate between different devices in a local network very easily.
- Add
pod 'SPLRemoteObject'
to your Podfile
and import
#import "SPLRemoteObject.h"
#import "SPLRemoteObjectProxy.h"
- Check out this blog post on how to use SPLRemoteObject.
MIT