blob: f6c9ef84f5370d63deb051ccfd973159ca6c0d0e [file] [log] [blame]
{
"name": "CAAnimationBlocks",
"version": "0.0.1",
"summary": "Category which allows the usage of start and completion blocks in CAAnimation instances, instead of a delegate.",
"homepage": "https://github.com/xissburg/CAAnimationBlocks",
"license": {
"type": "MIT",
"file": "COPYRIGHT.txt"
},
"authors": {
"Nilson Souto": "xissburg@gmail.com"
},
"source": {
"git": "https://github.com/xissburg/CAAnimationBlocks.git",
"commit": "38248ddf675a22f7f73291a0c39b65efc1816116"
},
"platforms": {
"ios": "4.0",
"osx": "10.6"
},
"source_files": "CAAnimationBlocks/CAAnimation+Blocks.{h,m}",
"frameworks": "QuartzCore",
"requires_arc": false
}