[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 0 / 4 / e / SDWebImageFix / 3.7.3.1 / SDWebImageFix.podspec.json
blob608b3ed89eaa8cfcfe89b730406cd536388f3a64
2   "name": "SDWebImageFix",
3   "version": "3.7.3.1",
4   "platforms": {
5     "ios": "6.0"
6   },
7   "license": "MIT",
8   "summary": "Asynchronous image downloader with cache support with an UIImageView category.",
9   "homepage": "https://github.com/jumperb/SDWebImage",
10   "authors": {
11     "Olivier Poitrey": "rs@dailymotion.com"
12   },
13   "source": {
14     "git": "https://github.com/jumperb/SDWebImage.git",
15     "tag": "3.7.3.1"
16   },
17   "description": "This library provides a category for UIImageView with support for remote images coming from the web. It provides an UIImageView category adding web image and cache management to the Cocoa Touch framework, an asynchronous image downloader, an asynchronous memory + disk image caching with automatic cache expiration handling, a guarantee that the same URL won't be downloaded several times, a guarantee that bogus URLs won't be retried again and again, and performances!",
18   "requires_arc": true,
19   "frameworks": "ImageIO",
20   "default_subspecs": "Core",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "SDWebImage/{NS,SD,UI}*.{h,m}",
25       "exclude_files": "SDWebImage/UIImage+WebP.{h,m}"
26     },
27     {
28       "name": "MapKit",
29       "platforms": {
30         "ios": "6.0"
31       },
32       "source_files": "SDWebImage/MKAnnotationView+WebCache.*",
33       "frameworks": "MapKit",
34       "dependencies": {
35         "SDWebImage/Core": [
37         ]
38       }
39     },
40     {
41       "name": "WebP",
42       "source_files": "SDWebImage/UIImage+WebP.{h,m}",
43       "xcconfig": {
44         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SD_WEBP=1"
45       },
46       "dependencies": {
47         "SDWebImage/Core": [
49         ],
50         "libwebp-b": [
52         ]
53       }
54     }
55   ]