blob: 26a712d0021b99ec8a7b5b90bc3bb742b50a7f15 [file] [log] [blame]
{
"name": "XCWebImage",
"version": "1.0.0",
"summary": "XCWebImage.",
"description": "XCWebImage,基于SDWebImage封装网络图片加载",
"homepage": "https://github.com/fanxiaocong/XCWebImage",
"license": "MIT",
"authors": {
"樊小聪": "1016697223@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/fanxiaocong/XCWebImage.git",
"tag": "1.0.0"
},
"source_files": "XCWebImage/**/*.{h,m}",
"dependencies": {
"SDWebImage": [
"~> 4.1.2"
]
}
}