[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 3 / a / f / DCKingfisher / 4.10.1 / DCKingfisher.podspec.json
blob7a4751711c38d4859c275e3fbc9f21a647284554
2   "name": "DCKingfisher",
3   "version": "4.10.1",
4   "summary": "A lightweight and pure Swift implemented library for downloading and cacheing image from the web.",
5   "description": "DCKingfisher is a lightweight and pure Swift implemented library for downloading and cacheing image from the web. It provides you a chance to use pure Swift alternation in your next app.\n\n* Everything in DCKingfisher goes asynchronously, not only downloading, but also caching. That means you can never worry about blocking your UI thread.\n* Multiple-layer cache. Downloaded image will be cached in both memory and disk. So there is no need to download it again and this could boost your app dramatically.\n* Cache management. You can set the max duration or size the cache could take. And the cache will also be cleaned automatically to prevent taking too much resource.\n* Modern framework. Kingfisher uses `NSURLSession` and the latest technology of GCD, which makes it a strong and swift framework. It also provides you easy APIs to use.\n* Cancellable processing task. You can cancel the downloading or retriving image process if it is not needed anymore.\n* Independent components. You can use the downloader or caching system separately. Or even create your own cache based on Kingfisher's code.\n* Options to decompress the image in background before render it, which could improve the UI performance.\n* A category over `UIImageView` for setting image from an url directly.",
6   "homepage": "https://github.com/onevcat/Kingfisher",
7   "screenshots": "https://raw.githubusercontent.com/onevcat/Kingfisher/master/images/logo.png",
8   "license": {
9     "type": "MIT"
10   },
11   "authors": {
12     "onevcat": "onevcat@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/onevcat",
15   "swift_versions": "4.2",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "vendored_frameworks": "DCKingfisher.framework",
20   "source": {
21     "http": "http://dc-poc-main-public.oss-cn-shenzhen.aliyuncs.com/ios/Kingfisher/DCKingfisher_04-23-2021-18-06-28.zip"
22   },
23   "pod_target_xcconfig": {
24     "VALID_ARCHS": "x86_64 armv7 arm64 armv7s"
25   },
26   "public_header_files": [
27     "Sources/Kingfisher.h"
28   ],
29   "ios": {
30     "exclude_files": [
31       "Sources/NSButton+Kingfisher.swift",
32       "Sources/WKInterfaceImage+Kingfisher.swift"
33     ]
34   },
35   "requires_arc": true,
36   "frameworks": "CFNetwork",
37   "swift_version": "4.2"