CocoaHTTPServer-Routing 1.0.0× 测试已测试✗ 语言语言 Obj-CObjective C许可证 MIT 发布上次发布2014年12月由Christian Beer维护。安装指南×CocoaHTTPServer-Routing的安装指南您希望将下面的代码添加到您的Podfile中如下所示:target 'MyApp' do pod 'CocoaHTTPServer-Routing', '~> 1.0' end然后在您的终端中运行 pod install,或者在CocoaPods.app中运行。或者,为了测试运行,运行以下命令:pod try CocoaHTTPServer-Routing查看PodspecGitHub仓库CocoaPods.org上的页面CocoaHTTPServer-Routing 1.0.0作者Christian Beerchristian_beerchbeer/CocoaHTTPServer-RoutingGitHub仓库 向CocoaHTTPServer添加路由:您实现一些与URL表达式(可以包含如Rails中的通配符)绑定的处理程序块。