blob: ce2876f55fe212ab8cf13a22810534c17fc540d5 [file] [log] [blame]
{
"name": "TBMediator",
"version": "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": "1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TBMediator/Classes/**/*"
}