[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 0 / 3 / 9 / sd_webp / 3.8.3 / sd_webp.podspec.json
blob3970f8764d75cb6173820bda254415139f88ef74
2   "name": "sd_webp",
3   "version": "3.8.3",
4   "summary": "animated webp",
5   "homepage": "https://github.com/dulingkang/sd_webp",
6   "license": "MIT",
7   "authors": {
8     "Shawn Du": "dulingkang@163.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "requires_arc": true,
14   "source": {
15     "git": "https://github.com/dulingkang/sd_webp.git",
16     "tag": "v3.8.3",
17     "submodules": true
18   },
19   "source_files": "sd_webp/SDWebImage/*.{h,m}",
20   "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!support animated webp",
21   "frameworks": "ImageIO",
22   "xcconfig": {
23     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SD_WEBP=1",
24     "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
25   },
26   "watchos": {
27     "xcconfig": {
28       "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SD_WEBP=1 WEBP_USE_INTRINSICS=1",
29       "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
30     }
31   },
32   "dependencies": {
33     "libwebp": [
35     ]
36   }