blob: a1cf9239faaad9b95be6f3c5b67bb668d7f491f7 [file] [log] [blame]
{
"name": "GCBounceButton",
"version": "0.8",
"summary": "A simple UIButton subclass with a bounce animation using KVO.",
"homepage": "https://github.com/aout/GCBounceButton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Guillaume CASTELLANA": "guillaume.castellana@gmail.com"
},
"social_media_url": "http://twitter.com/aooout",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/aout/GCBounceButton.git",
"tag": "0.8"
},
"source_files": "Classes",
"public_header_files": "Classes/*.h",
"requires_arc": true
}