[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 3 / a / e / RHSDWebImage / 4.0.0-beta2 / RHSDWebImage.podspec.json
blobe4556d0e19f90868b378c5fef2f8072c8e132307
2   "name": "RHSDWebImage",
3   "version": "4.0.0-beta2",
4   "platforms": {
5     "ios": "7.0"
6   },
7   "license": "MIT",
8   "summary": "Asynchronous image downloader with cache support with an UIImageView category.",
9   "homepage": "https://github.com/ichensheng/SDWebImage",
10   "authors": {
11     "Olivier Poitrey": "rs@dailymotion.com"
12   },
13   "source": {
14     "git": "https://github.com/ichensheng/SDWebImage.git",
15     "tag": "4.0.0-beta2"
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,FL}*.{h,m}",
25       "exclude_files": "SDWebImage/UIImage+WebP.{h,m}"
26     }
27   ]