iOS router通过URL管理,参考HHRouter和routable-ios
#系统版本要求 iOS7.0+
#Installation
###CocoaPods
pod 'DHRouter', :git=>"git@github.com:tailang/DHRouter.git", :tag => "指定你需要的版本号"
###Manually 将项目中的DHRouter文件夹下的源码放到你的项目中就可以直接使用了。
#Usage 请参考项目中的Demo
#License MIT