blob: 5e196a190e339ec9130f23cf526f0e73195b5cb2 [file] [log] [blame]
{
"name": "RBBAnimation",
"version": "0.4.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",
"osx": "10.8"
},
"source": {
"git": "https://github.com/robb/RBBAnimation.git",
"tag": "v0.4.0"
},
"source_files": [
"RBBAnimation",
"RBBAnimation/**/*.{h,m}"
],
"ios": {
"exclude_files": "RBBAnimation/NSColor+PlatformIndependence.{h,m}"
},
"osx": {
"exclude_files": "RBBAnimation/UIColor+PlatformIndependence.{h,m}"
},
"frameworks": "QuartzCore",
"requires_arc": true
}