4 "summary": "自用代码库MVC框架",
5 "description": "准确的说是MVP框架,带有侵入性的封装了UIViewController。将软件构架拆分为View(UIView和UIViewController),Presenter(业务角色),Middleware(中间件)和Model(模型),并自带一个简单的Router(路由),比VIPER要简单一点,重发代码少。",
6 "homepage": "https://github.com/zsy78191/mvc-base",
7 "license": "Apache License, Version 2.0",
9 "zsy78191": "zcleeco@qq.com"
15 "git": "https://github.com/zsy78191/mvc-base.git",
22 "exclude_files": "Classes/Exclude",