Просмотр исходного кода

Update dependency version in readme

onevcat 10 лет назад
Родитель
Сommit
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: