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

Update CocoaPods script to use latest version

Rafael Kellermann Streit 8 лет назад
Родитель
Сommit
fa30b4bda3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -145,7 +145,7 @@ There are three ways to use SDWebImage in your project:
 #### Podfile
 ```
 platform :ios, '7.0'
-pod 'SDWebImage', '~>3.8'
+pod 'SDWebImage', '~> 4.0'
 ```
 
 If you are using Swift, be sure to add `use_frameworks!` and set your target to iOS 8+: