blob: be36a707a45f319ce73743e43be7b35f7bcfef3e [file] [log] [blame]
{
"name": "CJImageUtils",
"version": "1.0.6",
"summary": "A lightweight library for downloading and caching image from the web. It is implemented purely in swift.",
"description": "A lightweight library for downloading and caching image from the web. It is implemented purely in swift. This project is heavily inspired by the SDWebImage and Kingfisher library.",
"homepage": "https://github.com/jie-cao/CJImageUtils",
"license": "MIT",
"authors": {
"Jie": "jie_cao@hotmail.com"
},
"source": {
"git": "https://github.com/jie-cao/CJImageUtils.git",
"tag": "1.0.6"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "CJImageUtils/*.swift",
"frameworks": [
"Foundation",
"UIKit"
]
}