Skip to content

Commit

Permalink
Update versions in read me
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Apr 22, 2016
1 parent bb22644 commit efa15d0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!

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

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

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

Then, run the following command to build the Kingfisher framework:
Expand Down Expand Up @@ -346,3 +346,5 @@ Follow and contact me on [Twitter](http://twitter.com/onevcat) or [Sina Weibo](h
## License

Kingfisher is released under the MIT license. See LICENSE for details.


0 comments on commit efa15d0

Please sign in to comment.