| { |
| "name": "NSBKeyframeAnimation", |
| "version": "0.0.1", |
| "summary": "jQuery-like animations in CoreAnimation.", |
| "description": " NSBKeyframeAnimation allows you to create jQuery-like animations with a high level interface in a similar way as you would do with -[UIView animateWithDuration:delay:options:animations:completion:], but with any kind of function.\n", |
| "homepage": "https://github.com/NachoSoto/NSBKeyframeAnimation", |
| "license": "MIT", |
| "authors": { |
| "Nacho Soto": "hello@nachosoto.com" |
| }, |
| "source": { |
| "git": "https://github.com/NachoSoto/NSBKeyframeAnimation.git", |
| "commit": "6956b1d7b44244f83a9d75b75c722ab1bcf72a0e" |
| }, |
| "source_files": "NSBKeyframeAnimation/Classes/NSBKeyframeAnimation", |
| "frameworks": "QuartzCore", |
| "requires_arc": false |
| } |