[Add] scandit-datacapture-frameworks-parser 6.28.3
[CocoaPods.git] / Specs / d / 3 / f / RBBAnimation / 0.3.0 / RBBAnimation.podspec.json
blob7dd5965a3f4c1b53e5cea578d07727a4d39af18d
2   "name": "RBBAnimation",
3   "version": "0.3.0",
4   "summary": "Block-based animations made easy.",
5   "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",
6   "homepage": "https://github.com/robb/RBBAnimation",
7   "license": "MIT",
8   "authors": {
9     "Robert Böhnke": "robb@robb.is"
10   },
11   "platforms": {
12     "ios": "6.0",
13     "osx": "10.8"
14   },
15   "source": {
16     "git": "https://github.com/robb/RBBAnimation.git",
17     "tag": "v0.3.0"
18   },
19   "source_files": [
20     "RBBAnimation",
21     "RBBAnimation/**/*.{h,m}"
22   ],
23   "frameworks": "QuartzCore",
24   "requires_arc": true