4 "summary": "ReAnimation is a library for working with animations declaratively via RxSwift framework.",
5 "description": "This library is intended to cut out unnecessary boilerplate from UIView.animate by encapsulating the animations in declarative constructs which can be plugged into a RxSwift pipeline.\n\nFor example, animating the origin along with the scale is as simple as using\n```\ntarget.rx.animate(\n ReactiveAnimations.Scale(factorX: 3, factorY: 3, duration: duration)\n .simultaneously(with: ReactiveAnimations.Move(originX: 1, originY: 1, duration: duration))\n)\n```",
6 "homepage": "https://github.com/bartosy-ymija/ReAnimation",
12 "bartosy-ymija": "zmija.bartosz@gmail.com"
15 "git": "https://github.com/bartosy-ymija/ReAnimation.git",
21 "source_files": "ReAnimation/**/*",
22 "exclude_files": "ReAnimation/*.plist",
34 "swift_version": "5.0"