[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / f / 2 / SDWebImage-ProgressView / 0.5.0 / SDWebImage-ProgressView.podspec.json
blob532bf412c753e11265cbf88dd09f17801c2fad2f
2   "name": "SDWebImage-ProgressView",
3   "version": "0.5.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.5.0"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source_files": "*.{h,m}",
18   "requires_arc": true,
19   "dependencies": {
20     "SDWebImage": [
21       "~> 3.7.0"
22     ]
23   }