blob: 10b05d6b909cf5bc5a832a12da3c8d23e7bb5a39 [file] [log] [blame]
{
"name": "UIViewBlock",
"version": "1.0.3",
"platforms": {
"ios": "9.0"
},
"summary": "Categorys of UIView, UIButton.",
"description": "给UIView,UIButton各增加了一个带block的方法,便于添加点击事件。",
"homepage": "https://github.com/DuceShen/UIViewBlock",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DuceShen": "duce.zju@gmail.com"
},
"source": {
"git": "https://github.com/DuceShen/UIViewBlock.git",
"tag": "v1.0.3"
},
"source_files": "UIViewBlock/*.{h,m}",
"requires_arc": true
}