[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / 3 / f / SDWebImageForKZ / 4.2.2 / SDWebImageForKZ.podspec.json
blobe82199697c75df3965a7d0b788f37c41934e3bd2
2   "name": "SDWebImageForKZ",
3   "version": "4.2.2",
4   "platforms": {
5     "osx": "10.8",
6     "ios": "7.0",
7     "tvos": "9.0",
8     "watchos": "2.0"
9   },
10   "license": "MIT",
11   "summary": "Asynchronous image downloader with cache support with an UIImageView category.",
12   "homepage": "https://github.com/peanutNote/SDWebImage",
13   "authors": {
14     "Olivier Poitrey": "rs@dailymotion.com"
15   },
16   "source": {
17     "git": "https://github.com/peanutNote/SDWebImage.git",
18     "tag": "4.2.2"
19   },
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!",
21   "requires_arc": true,
22   "frameworks": "ImageIO",
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "SDWebImage/{NS,SD,UI}*.{h,m}",
28       "exclude_files": [
29         "SDWebImage/UIImage+WebP.{h,m}",
30         "SDWebImage/SDWebImageWebPCoder.{h,m}"
31       ],
32       "tvos": {
33         "exclude_files": "SDWebImage/MKAnnotationView+WebCache.*"
34       }
35     }
36   ]