blob: 62c07ce612bb029cad171f319605102be43ec4d8 [file] [log] [blame]
{
"name": "Rdispatcher",
"version": "1.0.0",
"summary": "组件服务管理、拦截设计范式、AOP统计架构",
"description": "组件服务管理:各个组件提供服务注册能力;route查找与分发能力;路由重定向能力。\n拦截设计范式:在组件重用的基础上,进一步实现调用逻辑的重用即流程的打破与重用。\nAOP统计架构:在经典的AOP统计模式的基础上作出了微调-借助于面向对象的特性,在基类中实现空实现的统计方法,以此为weave点。",
"homepage": "https://github.com/wangjufan/dispatcher",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wangjufan@126.com": "wangjufan@126.com"
},
"source": {
"git": "https://github.com/wangjufan/dispatcher.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "dispatcher/Classes/*/**/*"
}