Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Mar 24, 2016
1 parent 3656c98 commit c958018
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!

pod 'Kingfisher', '~> 2.1'
pod 'Kingfisher', '~> 2.2'
```

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

``` ogdl
github "onevcat/Kingfisher" ~> 2.1
github "onevcat/Kingfisher" ~> 2.2
```

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

0 comments on commit c958018

Please sign in to comment.