{ | |
"name": "Router_t", | |
"version": "0.0.2", | |
"summary": "添加按url搜索控制器功能.", | |
"description": "简单跳转路由,0.0.2添加按url搜索控制器功能.", | |
"homepage": "https://github.com/devfalme/router.git", | |
"license": "MIT", | |
"authors": { | |
"falme": "devfalme@163.com" | |
}, | |
"platforms": { | |
"ios": "7.0" | |
}, | |
"source": { | |
"git": "https://github.com/devfalme/router.git", | |
"tag": "0.0.2" | |
}, | |
"source_files": "Router/Router/**/*.{h,m}", | |
"frameworks": [ | |
"UIKit", | |
"Foundation" | |
], | |
"requires_arc": true | |
} |