Skip to content

Commit

Permalink
codebeat badge
Browse files Browse the repository at this point in the history
  • Loading branch information
korzonek committed Mar 7, 2016
1 parent ab3c050 commit 8f93379
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,15 @@

<a href="http://cocoadocs.org/docsets/Kingfisher"><img src="https://img.shields.io/cocoapods/p/Kingfisher.svg?style=flat"></a>

<a href="https://codebeat.co/projects/github-com-onevcat-kingfisher"><img alt="codebeat" src="https://codebeat.co/badges/30b4386d-46e5-46ee-bcc6-251158bb5ef7" /></a>

<img src="https://img.shields.io/badge/made%20with-%3C3-orange.svg">


</p>

Kingfisher is a lightweight and pure Swift implemented library for downloading and caching image from the web. This project is heavily inspired by the popular [SDWebImage](https://github.com/rs/SDWebImage). And it provides you a chance to use pure Swift alternative in your next app.
[![codebeat](https://codebeat.co/badges/30b4386d-46e5-46ee-bcc6-251158bb5ef7)](https://codebeat.co/projects/github-com-onevcat-kingfisher)

## Features

* Everything in Kingfisher is asynchronous, not only downloading, but also caching. That means you never need to worry about blocking your UI thread.
Expand Down

0 comments on commit 8f93379

Please sign in to comment.