ソースを参照

Update dependency version in readme

onevcat 10 年 前
コミット
024fdaa076
1 ファイル変更2 行追加2 行削除
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -65,7 +65,7 @@ source 'https://github.com/CocoaPods/Specs.git'
 platform :ios, '8.0'
 use_frameworks!
 
-pod 'Kingfisher', '~> 2.0'
+pod 'Kingfisher', '~> 2.1'
 ```
 
 Then, run the following command:
@@ -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.0
+github "onevcat/Kingfisher" ~> 2.1
 ```
 
 Then, run the following command to build the Kingfisher framework: