2 "name": "GDRSImageCache",
4 "summary": "A minimalistic caching and image resizing library for iOS.",
5 "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.",
6 "homepage": "http://github.com/gabrielar/GDRSImageCache",
12 "Gabriel Radu": "1342gr@gmail.com"
18 "git": "https://github.com/gabrielar/GDRSImageCache.git",
19 "tag": "Versions/1.0.1"
22 "GDRSImageCache/GDRSImageCache.{h,m}",
23 "GDRSImageCache/UIImage+GDRSResizing.{h,m}"
25 "public_header_files": [
26 "GDRSImageCache/GDRSImageCache.h",
27 "GDRSImageCache/UIImage+GDRSResizing.h"