blob: c3d45f43d64f83907df0887e6097cca974f6c645 [file] [log] [blame]
{
"name": "LewinVCRouter",
"version": "0.1.1",
"summary": "router,viewcontroller 路由跳转,objc跳转",
"description": "viewcontroller 路由跳转,如 跳转一个viewcontroller [[LewinVCRouter sharedInstance] showViewController:@\"Test1VC\" param:nil]; params 是给到下一个VC的参数",
"homepage": "https://github.com/LewinJun/LewinVCRouter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lewin": "junxianalan@gmail.com"
},
"source": {
"git": "https://github.com/LewinJun/LewinVCRouter.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LewinVCRouter/Classes/**/*"
}