[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 8 / 7 / 3 / SDWebImage-Category / 1.2 / SDWebImage-Category.podspec.json
blob7c2202f827755d2402ffb4165a0ee5529591d847
2   "name": "SDWebImage-Category",
3   "version": "1.2",
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.2"
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/*.png",
22   "requires_arc": true,
23   "dependencies": {
24     "SDWebImage": [
26     ]
27   }