[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 8 / 7 / 3 / SDWebImage-Category / 1.4 / SDWebImage-Category.podspec.json
blob954c42750a98977e0658e86facd65267c7e5b492
2   "name": "SDWebImage-Category",
3   "version": "1.4",
4   "summary": "方便快捷的为UIImageView加上下载进度条,支持:下载失败显示裂图,显示 点击下载图片",
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.4"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source_files": [
18     "SDWebImage-Category/*.{h,m}",
19     "SDWebImage-Category/THProgressView/*.{h,m}"
20   ],
21   "resources": "SDWebImage-Category/Resource/*.png",
22   "requires_arc": true,
23   "dependencies": {
24     "SDWebImage": [
26     ]
27   }