| { | |
| "name": "SFRouter", | |
| "version": "0.1.0", | |
| "summary": "SFRouter 是一个iOS oc 的路由方案,简单易用", | |
| "description": "ios objective-c 路由,可以通过url、native两种调用方案,包含页面跳转、功能调用等,该路由方案有有借鉴与LJRouter方案。", | |
| "homepage": "https://github.com/vvlongfei/SFRouter", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "longfei": "vvlongfei@163.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/vvlongfei/SFRouter.git", | |
| "tag": "0.1.0" | |
| }, | |
| "platforms": { | |
| "ios": "9.0" | |
| }, | |
| "source_files": "SFRouter/Classes/**/*" | |
| } |