onevcat 10 лет назад
Родитель
Сommit
d8b2f2a6c3
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -47,7 +47,7 @@ source 'https://github.com/CocoaPods/Specs.git'
 platform :ios, '8.0'
 platform :ios, '8.0'
 use_frameworks!
 use_frameworks!
 
 
-pod 'Kingfisher', '~> 1.2'
+pod 'Kingfisher', '~> 1.3'
 ```
 ```
 
 
 Then, run the following command:
 Then, run the following command:
@@ -72,7 +72,7 @@ $ brew install carthage
 To integrate Kingfisher into your Xcode project using CocoaPods, specify it in your `Cartfile`:
 To integrate Kingfisher into your Xcode project using CocoaPods, specify it in your `Cartfile`:
 
 
 ```ogdl
 ```ogdl
-github "onevcat/Kingfisher" >= 1.2
+github "onevcat/Kingfisher" >= 1.3
 ```
 ```
 
 
 Then, run the following command to build the Kingfisher framework:
 Then, run the following command to build the Kingfisher framework: