blob: a3fd3e848c2c3cd092bddbb296f90a36cc52ecd4 [file] [log] [blame]
{
"name": "DSImageCache",
"version": "0.1.0",
"summary": "A lightweight and pure Swift implemented library for downloading and cacheing image from the web.",
"description": "DSImageCache is a lightweight, pure-Swift library for downloading and caching images from the web. This project is heavily inspired by the popular SDWebImage. It provides you a chance to use a pure-Swift alternative in your next app.",
"homepage": "https://github.com/dsonara/DSImageCache",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dsonara": "dsonara@mobiquityinc.com"
},
"source": {
"git": "https://github.com/dsonara/DSImageCache.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DSImageCache/Classes/**/*",
"pushed_with_swift_version": "3.0"
}