| { | |
| "name": "DPRouter", | |
| "version": "0.0.1", | |
| "summary": "基于url-scheme原理的router,粒度暂时划分到业务层级。", | |
| "homepage": "https://github.com/HolyLe/DPRouter.git", | |
| "license": "MIT", | |
| "authors": { | |
| "麻小亮": "zshnr1993@qq.com" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/HolyLe/DPRouter.git", | |
| "tag": "0.0.1" | |
| }, | |
| "source_files": "DPRouter/Route/*.{h,m}", | |
| "requires_arc": true | |
| } |