[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / a / f / 2 / SDWebImage-ProgressView / 0.4.0 / SDWebImage-ProgressView.podspec.json
blob24abaac860e51de90b9f884d782f21a337e519f8
2   "name": "SDWebImage-ProgressView",
3   "version": "0.4.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.4.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   }