[Add] DocumentReaderOCRRFIDStage 7.5.11054
[CocoaPods.git] / Specs / e / 9 / 4 / YQKingfisher / 6.3.1.1 / YQKingfisher.podspec.json
blobbc641d1934682d8da4d82dbd0e2d2529263f0a45
2   "name": "YQKingfisher",
3   "version": "6.3.1.1",
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.\n* 此版本是去除了SwiftUI支持之后的版本,可以在Xcode13上运行,最低支持iOS10",
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     "file": "LICENSE"
11   },
12   "authors": {
13     "onevcat": "onevcat@gmail.com"
14   },
15   "social_media_url": "https://github.com/onevcat",
16   "swift_versions": [
17     "5.0"
18   ],
19   "platforms": {
20     "ios": "10.0",
21     "tvos": "10.0",
22     "osx": "10.12",
23     "watchos": "3.0"
24   },
25   "source": {
26     "git": "https://github.com/yuyedaidao/Kingfisher.git",
27     "tag": "6.3.1.1"
28   },
29   "source_files": [
30     "Sources/**/*.swift"
31   ],
32   "requires_arc": true,
33   "frameworks": [
34     "CFNetwork",
35     "Accelerate"
36   ],
37   "swift_version": "5.0"