blob: c64186db0f54740170cd9801c5ddc14b95db89c6 [file] [log] [blame]
{
"name": "GSAnimationBlockDelegate",
"version": "1.0.0",
"summary": "A lightweight class that supports block callbacks instead of CAAnimation delegates.",
"description": " GSAnimationBlockDelegate offers 3 different blocks :\n blockOnAnimationStarted when the animation starts\n blockOnAnimationSucceeded when the animation succeeds\n and blockOnAnimationFailed when the animation fails.\n",
"homepage": "https://github.com/MartinMoizard/GSAnimationBlockDelegate",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": "Martin Moizard",
"source": {
"git": "https://github.com/MartinMoizard/GSAnimationBlockDelegate.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "GSAnimationBlockDelegate/Library",
"requires_arc": true
}