[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / d / 3 / f / RBBAnimation / 0.1.0 / RBBAnimation.podspec.json
blobaed4034f28db31b71f3be863486b74684d29778b
2   "name": "RBBAnimation",
3   "version": "0.1.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": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/robb/RBBAnimation.git",
16     "tag": "0.1.0"
17   },
18   "source_files": [
19     "RBBAnimation",
20     "RBBAnimation/**/*.{h,m}"
21   ],
22   "frameworks": "QuartzCore",
23   "requires_arc": true