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 \n for iOS. Given a URL, it retrieves the image in a background thread \n and it caches it in memory. GDRSImageCache can be provided with a \n filtering block which can be used to resize the images obtained from \n the URL before caching.\n",
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.0"
22 "GDRSImageCache/GDRSImageCache.{h,m}",
23 "GDRSImageCache/UIImage+GDRSResizing.{h,m}"
25 "public_header_files": [
26 "GDRSImageCache/GDRSImageCache.h",
27 "GDRSImageCache/UIImage+GDRSResizing.h"