MKReachableOperationQueue 1.0.0× 测试已测试✗ Lang语言 Obj-CObjective C许可证 MIT 发布最后发布2014年12月由 未指定 维护。安装指南×MKReachableOperationQueue安装指南你想要将类似于下面的代码 pod 'MKReachableOperationQueue', '~> 1.0' 添加到你的Podfile中target 'MyApp' do pod 'MKReachableOperationQueue', '~> 1.0' end然后在终端内运行pod install,或从CocoaPods.app运行。另外,为了测试运行,请运行以下命令pod try MKReachableOperationQueue查看PodspecGitHub仓库主页CocoaPods.org上的页面MKReachableOperationQueue 1.0.0由MaxKramerMaxKramer/MKReachableOperationQueueGitHub仓库 一个自动响应互联网连接变化的NSOperationQueue子类,多亏了Apple的Reachability。