[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 9 / 1 / b / ADProgressView / 1.0.0 / ADProgressView.podspec.json
blob1a2c91abc0509a8d51ec8edcb873651c4bfde1e9
2   "name": "ADProgressView",
3   "version": "1.0.0",
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",
7   "license": "MIT",
8   "authors": {
9     "Antoine DAUGUET": "dauguet.antoine@gmail.com"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "source": {
15     "git": "https://github.com/adauguet/ADProgressView.git",
16     "tag": "1.0.0"
17   },
18   "source_files": [
19     "ADProgressView",
20     "ADProgressView/**/*.{h,m,swift}"
21   ],
22   "pushed_with_swift_version": "3.0"