[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / f / 7 / 5 / GDRSImageCache / 1.0.0 / GDRSImageCache.podspec.json
blobe6475ce24e9c78fb51ea9fa814bce6f4e72df2e5
2   "name": "GDRSImageCache",
3   "version": "1.0.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "License.txt"
10   },
11   "authors": {
12     "Gabriel Radu": "1342gr@gmail.com"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source": {
18     "git": "https://github.com/gabrielar/GDRSImageCache.git",
19     "tag": "Versions/1.0.0"
20   },
21   "source_files": [
22     "GDRSImageCache/GDRSImageCache.{h,m}",
23     "GDRSImageCache/UIImage+GDRSResizing.{h,m}"
24   ],
25   "public_header_files": [
26     "GDRSImageCache/GDRSImageCache.h",
27     "GDRSImageCache/UIImage+GDRSResizing.h"
28   ],
29   "requires_arc": true