1 Star 0 Fork 0

LiuZhe/Kingfisher

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Kingfisher.podspec 2.40 KB
一键复制 编辑 原始数据 按行查看 历史
onevcat 提交于 2022-08-10 23:08 . Bump version to 7.3.2
Pod::Spec.new do |s|
s.name = "Kingfisher"
s.version = "7.3.2"
s.summary = "A lightweight and pure Swift implemented library for downloading and cacheing image from the web."
s.description = <<-DESC
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.
* Everything in Kingfisher goes asynchronously, not only downloading, but also caching. That means you can never worry about blocking your UI thread.
* 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.
* 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.
* 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.
* Cancellable processing task. You can cancel the downloading or retriving image process if it is not needed anymore.
* Independent components. You can use the downloader or caching system separately. Or even create your own cache based on Kingfisher's code.
* Options to decompress the image in background before render it, which could improve the UI performance.
* A category over `UIImageView` for setting image from an url directly.
DESC
s.homepage = "https://github.com/onevcat/Kingfisher"
s.screenshots = "https://raw.githubusercontent.com/onevcat/Kingfisher/master/images/logo.png"
s.license = { :type => "MIT", :file => "LICENSE" }
s.authors = { "onevcat" => "onevcat@gmail.com" }
s.social_media_url = "https://github.com/onevcat"
s.swift_versions = ['5.0']
s.ios.deployment_target = "12.0"
s.tvos.deployment_target = "12.0"
s.osx.deployment_target = "10.14"
s.watchos.deployment_target = "5.0"
s.source = { :git => "https://github.com/onevcat/Kingfisher.git", :tag => s.version }
s.source_files = ["Sources/**/*.swift"]
s.requires_arc = true
s.frameworks = "CFNetwork", "Accelerate"
s.weak_frameworks = "SwiftUI", "Combine"
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/akdacun/Kingfisher.git
git@gitee.com:akdacun/Kingfisher.git
akdacun
Kingfisher
Kingfisher
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385