blob: 64709cdbbb9f5b26d82dc7ca9432dea7673241e6 [file] [log] [blame]
{
"name": "UIButton+Blocks",
"version": "1.0.0",
"summary": "an extension of UIButton on iOS",
"description": "UIButton was created in a time before blocks, ARC, and judging by its naming\n Lets modernize this shizzle with some blocks goodness.",
"license": "MIT",
"authors": {
"jiang.zijia": "j1140752635@gmail.com"
},
"homepage": "https://github.com/JZJJZJ/UIButton-Blocks",
"requires_arc": false,
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/JZJJZJ/UIButton-Blocks.git",
"tag": "1.0.0"
},
"source_files": "UIButton+Blocks/*",
"exclude_files": "Classes/Exclude"
}