blob: ec24e4b0783dede48b097169138a38f202fafbe2 [file] [log] [blame]
{
"name": "NeoImageLoader",
"version": "1.0.0",
"summary": "A simple Image Loader with cache and some additional features to simplify the loading of images",
"description": "An Image Loader that manages the cache and removes unused images. All the images are auto-cached and all accesses to images are tracked locally so it can know what images are unused and can be removed. It also has some extras features like add a loading to the UIImageView when on a network request and add a placeholder to be used if the load fails.",
"homepage": "http://www.neomode.com.br",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": "Neomode",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://gitlab.com/neomode-modules/neoimageloader.git",
"tag": "1.0.0"
},
"source_files": [
"NeoImageLoader",
"NeoImageLoader/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"pushed_with_swift_version": "3.1"
}