blob: e72ab5f8dbf9c4300e4944212e2dd4bb600f3629 [file] [log] [blame]
{
"name": "UIControl+Block",
"version": "1.0.0",
"summary": "为UIControl添加分类,实现block回调",
"homepage": "https://github.com/qylibohao/UIControl-Block.git",
"license": "MIT",
"authors": {
"qylibohao": "375795423@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/qylibohao/UIControl-Block.git",
"tag": "1.0.0"
},
"source_files": "UIControl+Block/UIControl+Block/**/*.{h,m}",
"requires_arc": true
}