[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / 3 / 5 / BezierRefreshControl / 1.0.1 / BezierRefreshControl.podspec.json
blobd97f4759d563b0bbea49daa16e7f27db78691287
2   "name": "BezierRefreshControl",
3   "version": "1.0.1",
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",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": "k.dimitros@gmail.com",
13   "source": {
14     "git": "https://github.com/cjd1884/bezier-refresh-control.git",
15     "tag": "1.0.1"
16   },
17   "social_media_url": "https://twitter.com/cjd1884",
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "BezierRefreshControl/Classes/**/*",
22   "pushed_with_swift_version": "3.0"