blob: ff2c659ca5cee6aecc7235801fe3c895bbddfe2c [file] [log] [blame]
{
"name": "GDRSImageCache",
"version": "1.0.1",
"summary": "A minimalistic caching and image resizing library for iOS.",
"description": "GDRSImageCache is a minimalistic caching and image resizing library\nfor iOS. Given a URL, it retrieves the image in a background thread\nand it caches it in memory. GDRSImageCache can be provided with a\nfiltering block which can be used to resize the images obtained from\nthe URL before caching.",
"homepage": "http://github.com/gabrielar/GDRSImageCache",
"license": {
"type": "MIT",
"file": "License.txt"
},
"authors": {
"Gabriel Radu": "1342gr@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/gabrielar/GDRSImageCache.git",
"tag": "Versions/1.0.1"
},
"source_files": [
"GDRSImageCache/GDRSImageCache.{h,m}",
"GDRSImageCache/UIImage+GDRSResizing.{h,m}"
],
"public_header_files": [
"GDRSImageCache/GDRSImageCache.h",
"GDRSImageCache/UIImage+GDRSResizing.h"
],
"requires_arc": true
}