blob: 6b9f3df756042266d0bfb4a7fc9c8307dc52d451 [file] [log] [blame]
{
"name": "TBMediator",
"version": "0.1.0",
"summary": "组件化中间件",
"description": "组件化中间件,相当于直接调用对应的类方法 + (void)mediatorLoad:(UIViewController *)fromVC params:(NSDictionary *)params handler:(MediatorBlock)block{}",
"homepage": "https://github.com/TabCen/TBMediator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chenfeigogo@gmail.com": "964267617@qq.com"
},
"source": {
"git": "https://github.com/TabCen/TBMediator.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TBMediator/Classes/**/*"
}