blob: 43475e6ab5568d4606022c40eb5857725a0905eb [file] [log] [blame]
{
"name": "GCBounceButton",
"version": "0.7",
"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.7"
},
"source_files": "Classes",
"public_header_files": "Classes/*.h",
"requires_arc": true
}