[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / a / f / 2 / SDWebImage-ProgressView / 0.6.0 / SDWebImage-ProgressView.podspec.json
blobd6ebddf09ef95ff1125e95bd1fc388a08731538c
2   "name": "SDWebImage-ProgressView",
3   "version": "0.6.0",
4   "summary": "Category on UIImageView, adding a progress view while images are downloaded using SDWebImage.",
5   "homepage": "https://github.com/kevinrenskers/SDWebImage-ProgressView",
6   "license": "MIT",
7   "authors": {
8     "Kevin Renskers": "info@mixedcase.nl"
9   },
10   "source": {
11     "git": "https://github.com/kevinrenskers/SDWebImage-ProgressView.git",
12     "tag": "0.6.0"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source_files": "*.{h,m}",
18   "requires_arc": true,
19   "dependencies": {
20     "SDWebImage": [
22     ]
23   }