SLRemoteObject1.4.0× 测试已测试✗ Lang语言 Obj-CObjective C许可 MIT 发布最新版本2014年12月由 Oliver Letterer 维护。安装指南×SLRemoteObject 安装指南您需要将以下类似代码添加到 Podfile 中:target 'MyApp' do pod 'SLRemoteObject', '~> 1.4' end然后在终端内运行 pod install,或者从 CocoaPods.app 运行。或者为了进行测试运行,运行以下命令:pod try SLRemoteObject查看 PodspecGitHub 存储库CocoaPods.org 上的页面SLRemoteObject1.4.0由Oliver LettererOliverLetterer/SLRemoteObjectGitHub 存储库 它只是一个用于您本地网络的 objc RPC 框架。通过 SLRemoteObject,您可以在本地网络上轻松地在不同的设备之间进行通信。 入门 添加 pod 'SLRemoteObject' 到您的 Podfile 并导入 #import "SLRemoteObject.h" #import "SLRemoteObjectProxy.h" 查看关于如何使用 SLRemoteObject 的这篇博客文章。 许可 MIT