blob: b06114bd79ab6e3ffe382a3130bac64a3971e9e4 [file] [log] [blame]
{
"name": "MSBlockButton",
"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.",
"homepage": "https://github.com/JZJJZJ/MSBlockButton.git",
"license": "MIT",
"authors": {
"jiang.zijia": "jiangzijia"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/JZJJZJ/MSBlockButton.git",
"tag": "1.0.0"
},
"source_files": [
"MSBlockButton",
"MSBlockButton/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude"
}