2 "name": "BezierRefreshControl",
4 "summary": "A vector-based (using bezier paths) animated loading control (pull-to-refresh) for iOS scroll views.",
5 "description": "BezierRefreshControl implements an animated way of drawing bezier paths to be used as a loading control in iOS scroll views - like in case of refreshing the content of a table view (or collection view) - pull-to-refresh action. Developer can provide its own bezier path at the initialisation phase of the control to be animated. The animation executes while data is loading (e.g. fetching data from a remote source/API).",
6 "homepage": "https://github.com/cjd1884/bezier-refresh-control",
7 "screenshots": "https://media.giphy.com/media/TaOFG4SYsQa76/giphy.gif",
12 "authors": "k.dimitros@gmail.com",
14 "git": "https://github.com/cjd1884/bezier-refresh-control.git",
17 "social_media_url": "https://twitter.com/cjd1884",
21 "source_files": "BezierRefreshControl/Classes/**/*",
22 "pushed_with_swift_version": "3.0"