[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 8 / 7 / 3 / SDWebImage-Category / 1.1 / SDWebImage-Category.podspec.json
bloba2de361f2e0e5052ef0aa0ba61da867829998b42
2   "name": "SDWebImage-Category",
3   "version": "1.1",
4   "summary": "方便快捷的为UIImageView加上下载进度条,支持最新版的SDWebImage或者旧版没有sd_开头的代码",
5   "homepage": "https://github.com/li6185377/SDWebImage-Category",
6   "license": "MIT",
7   "authors": {
8     "Jianghuai Li": "li6185377@163.com"
9   },
10   "source": {
11     "git": "https://github.com/li6185377/SDWebImage-Category.git",
12     "tag": "1.1"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source_files": [
18     "SDWebImage-Category/*.*",
19     "SDWebImage-Category/THProgressView/*.*"
20   ],
21   "requires_arc": true,
22   "dependencies": {
23     "SDWebImage": [
25     ]
26   }