blob: eb8b70ed3e7aa53f6ed41237a4530d19bdfa3ad0 [file] [log] [blame]
{
"name": "CJMRouter",
"version": "0.1.1",
"summary": "基于UINavigationController的路由器",
"description": "该路由器是基于UINavigationController实现的,使用原生的控件来导航页面跳转功能,可以简化逻辑和方便使用。",
"homepage": "https://github.com/cjm-ios-sdk/CJMRouter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chenjm": "cjiemin@163.com"
},
"source": {
"git": "https://github.com/cjm-ios-sdk/CJMRouter.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CJMRouter/Classes/**/*"
}