[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / b / 5 / HWBlocksUI / 0.0.2 / HWBlocksUI.podspec.json
blob7e227c4449d093e2758239dee2a505e51ac17dfc
2   "name": "HWBlocksUI",
3   "version": "0.0.2",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "HighwayLaw": "495255019@qq.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/HighwayLaw/HWBlocksUI.git",
19     "tag": "0.0.2"
20   },
21   "source_files": [
22     "HWBlocksUI",
23     "HWBlocksUI/**/*.{h,m}"
24   ],
25   "public_header_files": "HWBlocksUI/**/*.h",
26   "frameworks": [
27     "Foundation",
28     "UIKit"
29   ]