Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed May 11, 2015
1 parent 885ed6b commit 44c9419
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ Kingfisher is a lightweight and pure Swift implemented library for downloading a
* Cancellable processing task. You can cancel the downloading or image retriving 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 rendering it, which could improve the UI performance.
* A category over `UIImageView` for setting image from an URL directly.
* Categories over `UIImageView`, `UIButton` and `WKInterfaceImage` for setting image from an URL directly.

## Requirements

* iOS 8.0+
* iOS 8.0+ (iOS 8.2+ for Watch App)
* Xcode 6.3

## Installation
Expand All @@ -48,7 +48,7 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!

pod 'Kingfisher', '~> 1.3'
pod 'Kingfisher', '~> 1.4'
```

Then, run the following command:
Expand All @@ -73,7 +73,7 @@ $ brew install carthage
To integrate Kingfisher into your Xcode project using CocoaPods, specify it in your `Cartfile`:

```ogdl
github "onevcat/Kingfisher" >= 1.3
github "onevcat/Kingfisher" >= 1.4
```

Then, run the following command to build the Kingfisher framework:
Expand Down

0 comments on commit 44c9419

Please sign in to comment.