[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / f / 7 / 5 / GDRSImageCache / 1.0.1 / GDRSImageCache.podspec.json
blobff2c659ca5cee6aecc7235801fe3c895bbddfe2c
2   "name": "GDRSImageCache",
3   "version": "1.0.1",
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",
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.1"
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