blob: 1a2c91abc0509a8d51ec8edcb873651c4bfde1e9 [file] [log] [blame]
{
"name": "ADProgressView",
"version": "1.0.0",
"summary": "A UIProgressView subclass allowing start/pause/continue/reset.",
"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.",
"homepage": "https://github.com/adauguet/ADProgressView.git",
"license": "MIT",
"authors": {
"Antoine DAUGUET": "dauguet.antoine@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/adauguet/ADProgressView.git",
"tag": "1.0.0"
},
"source_files": [
"ADProgressView",
"ADProgressView/**/*.{h,m,swift}"
],
"pushed_with_swift_version": "3.0"
}