blob: 0f2cc8abc5dc4f94bce143f324b6b3bed84aa232 [file] [log] [blame]
{
"name": "RBBAnimation",
"version": "0.2.0",
"summary": "Block-based animations made easy.",
"description": " RBBAnimation is a subclass of CAKeyframeAnimation that allows you to\n declare your animations using blocks instead of writing out all the\n individual key-frames.\n\n It also comes with a replacement for CASpringAnimation.\n",
"homepage": "https://github.com/robb/RBBAnimation",
"license": "MIT",
"authors": {
"Robert Böhnke": "robb@robb.is"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/robb/RBBAnimation.git",
"tag": "v0.2.0"
},
"source_files": [
"RBBAnimation",
"RBBAnimation/**/*.{h,m}"
],
"frameworks": "QuartzCore",
"requires_arc": true
}