[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / 1 / e / 5 / LCWebImage / 1.0.0 / LCWebImage.podspec.json
blob7f5cb5162776fa19ac5e2fc932e36bf8b053bf8c
2   "name": "LCWebImage",
3   "version": "1.0.0",
4   "summary": "一个基于AFNetworking实现的轻量级异步图片加载框架,支持内存和磁盘缓存,同时提供了自定义缓存、自定义图片解码、自定义网络配置等功能。",
5   "homepage": "https://github.com/iLiuChang/LCWebImage",
6   "license": "MIT",
7   "authors": "LiuChang",
8   "platforms": {
9     "ios": "9.0"
10   },
11   "source": {
12     "git": "https://github.com/iLiuChang/LCWebImage.git",
13     "tag": "1.0.0"
14   },
15   "requires_arc": true,
16   "source_files": "LCWebImage/**/*.{h,m}",
17   "dependencies": {
18     "AFNetworking/NSURLSession": [
19       "~> 4.0"
20     ]
21   }