[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / c / 2 / 1 / KingfisherNonSwiftUI / 6.3.2 / KingfisherNonSwiftUI.podspec.json
blob5a17b61ed7ed8bdbf6a89619000fad24b242c80c
2   "name": "KingfisherNonSwiftUI",
3   "version": "6.3.2",
4   "summary": "A lightweight and pure Swift implemented library for downloading and cacheing image from the web.",
5   "description": "Kingfisher is a powerful 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 Kingfisher 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/patrickleonardus/KingfisherNonSwiftUI",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Patrick Leonardus": "patrickleonardus@gmail.com"
13   },
14   "swift_versions": [
15     "5.0"
16   ],
17   "platforms": {
18     "ios": "10.0"
19   },
20   "source": {
21     "git": "https://github.com/patrickleonardus/KingfisherNonSwiftUI.git",
22     "tag": "6.3.2"
23   },
24   "source_files": [
25     "Sources/**/*.swift"
26   ],
27   "requires_arc": true,
28   "frameworks": [
29     "CFNetwork",
30     "Accelerate"
31   ],
32   "weak_frameworks": [
33     "SwiftUI",
34     "Combine"
35   ],
36   "swift_version": "5.0"