[Add] scandit-datacapture-frameworks-parser 6.28.3
[CocoaPods.git] / Specs / d / 3 / f / RBBAnimation / 0.4.0 / RBBAnimation.podspec.json
blob5e196a190e339ec9130f23cf526f0e73195b5cb2
2   "name": "RBBAnimation",
3   "version": "0.4.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     "osx": "10.8"
14   },
15   "source": {
16     "git": "https://github.com/robb/RBBAnimation.git",
17     "tag": "v0.4.0"
18   },
19   "source_files": [
20     "RBBAnimation",
21     "RBBAnimation/**/*.{h,m}"
22   ],
23   "ios": {
24     "exclude_files": "RBBAnimation/NSColor+PlatformIndependence.{h,m}"
25   },
26   "osx": {
27     "exclude_files": "RBBAnimation/UIColor+PlatformIndependence.{h,m}"
28   },
29   "frameworks": "QuartzCore",
30   "requires_arc": true