[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / 9 / 2 / SDWebImage3x / 3.8.3.2 / SDWebImage3x.podspec.json
blob1e06dddaad466ea37f81ee3b07ef52426330ea0c
2   "name": "SDWebImage3x",
3   "version": "3.8.3.2",
4   "platforms": {
5     "ios": "7.0",
6     "tvos": "7.0"
7   },
8   "license": "MIT",
9   "summary": "Asynchronous image downloader with cache support with an UIImageView category.",
10   "homepage": "https://github.com/SampleProjectsBooth/SDWebImage",
11   "authors": {
12     "lincf0912": "dayflyking@163.com"
13   },
14   "source": {
15     "git": "https://github.com/SampleProjectsBooth/SDWebImage.git",
16     "branch": "3.x",
17     "tag": "3.8.3.2"
18   },
19   "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!",
20   "requires_arc": true,
21   "frameworks": "ImageIO",
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "SDWebImage3x/{NS,SD,UI}*.{h,m}",
27       "exclude_files": "SDWebImage3x/UIImage+WebP.{h,m}",
28       "tvos": {
29         "exclude_files": "SDWebImage3x/MKAnnotationView+WebCache.*"
30       }
31     },
32     {
33       "name": "MapKit",
34       "platforms": {
35         "ios": "7.0"
36       },
37       "source_files": "SDWebImage3x/MKAnnotationView+WebCache.*",
38       "frameworks": "MapKit",
39       "dependencies": {
40         "SDWebImage3x/Core": [
42         ]
43       }
44     },
45     {
46       "name": "WebP",
47       "source_files": "SDWebImage3x/UIImage+WebP.{h,m}",
48       "xcconfig": {
49         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SD_WEBP=1",
50         "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
51       },
52       "dependencies": {
53         "SDWebImage3x/Core": [
55         ],
56         "libwebp": [
58         ]
59       }
60     }
61   ]