Skip to content

Commit

Permalink
Update to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Apr 17, 2015
1 parent 2858c93 commit d03be04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Kingfisher.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "Kingfisher"
s.version = "1.0.1"
s.version = "1.1.0"
s.summary = "A lightweight and pure Swift implemented library for downloading and cacheing image from the web."

s.description = <<-DESC
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!

pod 'Kingfisher', '~> 1.0'
pod 'Kingfisher', '~> 1.1'
```

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

```ogdl
github "onevcat/Kingfisher" >= 1.0
github "onevcat/Kingfisher" >= 1.1
```

Then, run the following command to build Kingfisher framework:
Expand Down Expand Up @@ -180,6 +180,8 @@ task.cancel()
// The image retrieving will stop.
```

There is a category for `UIButton` as well.

### Downloader & Cache system

Kingfisher will use the default downloader and cache if you do not specify them yourself. You can access them by using `KingfisherManager.sharedManager.downloader` and `KingfisherManager.sharedManager.cache`. You can adjust some parameters to meet your demands:
Expand Down

0 comments on commit d03be04

Please sign in to comment.