2 "name": "ADProgressView",
4 "summary": "A UIProgressView subclass allowing start/pause/continue/reset.",
5 "description": "I created this subclass after discovering that UIProgressView does not allow you to pause/continue its progression. Thanks to ADProgressView, you can now start/pause/continue/reset your progress view. A Timer instance is used to control the progression. You can also customize the time interval between each update, and of course the total duration.",
6 "homepage": "https://github.com/adauguet/ADProgressView.git",
9 "Antoine DAUGUET": "dauguet.antoine@gmail.com"
15 "git": "https://github.com/adauguet/ADProgressView.git",
20 "ADProgressView/**/*.{h,m,swift}"
22 "pushed_with_swift_version": "3.0"