[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 0 / 4 / e / SDWebImageFix / 3.7.3.2 / SDWebImageFix.podspec.json
blob912e74e284dbb4aedac07d8b2ce759b2a30c3ce9
2   "name": "SDWebImageFix",
3   "version": "3.7.3.2",
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.2"
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         "SDWebImageFix/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         "SDWebImageFix/Core": [
49         ],
50         "libwebp-b": [
52         ]
53       }
54     }
55   ]