[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 0 / 7 / MXImageManager / 1.1.5 / MXImageManager.podspec.json
blob285e71e0ff14429fc138c3cdb29836f5bc02fd13
2   "name": "MXImageManager",
3   "version": "1.1.5",
4   "summary": "基于SDWebImage的图片管理",
5   "description": "对SDWebImage的封装,实现图片的下载,缓存",
6   "homepage": "https://github.com/kuroky/MXImageManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "kuroky": "kuro2007cumt@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/kuroky/MXImageManager.git",
16     "tag": "1.1.5"
17   },
18   "source_files": "MXImageManager/*{h,m}",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "dependencies": {
23     "SDWebImage": [
24       "5.6.1"
25     ]
26   }