blob: 828c389c63f2ad23e4572472e1cca1006fef3f70 [file] [log] [blame]
{
"name": "BlinkButton",
"version": "0.0.1",
"summary": "BlinkButton is a subclass of UIButton with blink animation function.",
"homepage": "https://github.com/MitsuhideOhi/BlinkButton",
"screenshots": "https://github.com/MitsuhideOhi/BlinkButton/blob/master/Screenshots/blinkButton.gif",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": "Ohi Mitsuhide",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/MitsuhideOhi/BlinkButton.git",
"tag": "0.0.1"
},
"source_files": "BlinkButton/**/*.{h,m}",
"requires_arc": true
}