4 "summary": "optimize UIKit such as UITableview, UIButton, UITextField, UISwitch with Blocks to make it easier to write",
5 "description": "HWBlocksUI对UITableView,UITextField,UIButton,UISwitch等常用的UIKit类进行了扩展,将之前需要Delegate或target+selector回调的方式改成了Block。大部分情况下,使用Block更加有优势,具体体现在:\n(1)代码紧凑,无需声明协议,可以将相关代码逻辑集中在一起,降低开发调试成本;\n(2)允许访问上下文变量,无需再专门抽出实例变量供不同代理方法共享。",
6 "homepage": "https://github.com/HighwayLaw/HWBlocksUI",
12 "HighwayLaw": "495255019@qq.com"
18 "git": "https://github.com/HighwayLaw/HWBlocksUI.git",
23 "HWBlocksUI/**/*.{h,m}"
25 "public_header_files": "HWBlocksUI/**/*.h",