[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 0 / 1 / SDWebImage_Transform / 0.0.1 / SDWebImage_Transform.podspec.json
blob20fc089ea44e0b80e9ac747aaf2f58bab3f6581f
2   "name": "SDWebImage_Transform",
3   "version": "0.0.1",
4   "platforms": {
5     "ios": "7.0"
6   },
7   "license": "MIT",
8   "summary": "Transform image using block instead of delegate, keep transformed file in memcache instread of disk",
9   "homepage": "https://github.com/kudocc/SDWebImage",
10   "authors": {
11     "KudoCC": "cangmuma@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/kudocc/SDWebImage.git",
15     "tag": "0.0.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       "tvos": {
27         "exclude_files": "SDWebImage/MKAnnotationView+WebCache.*"
28       }
29     },
30     {
31       "name": "MapKit",
32       "platforms": {
33         "ios": "7.0"
34       },
35       "source_files": "SDWebImage/MKAnnotationView+WebCache.*",
36       "frameworks": "MapKit",
37       "dependencies": {
38         "SDWebImage/Core": [
40         ]
41       }
42     },
43     {
44       "name": "WebP",
45       "source_files": "SDWebImage/UIImage+WebP.{h,m}",
46       "xcconfig": {
47         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SD_WEBP=1",
48         "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
49       },
50       "dependencies": {
51         "SDWebImage/Core": [
53         ],
54         "libwebp": [
56         ]
57       }
58     }
59   ]