Update CocoaPods script to use latest version

This commit is contained in:
Rafael Kellermann Streit 2017-06-23 10:23:06 -03:00
parent 041842bf08
commit fa30b4bda3
1 changed files with 1 additions and 1 deletions

View File

@ -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+: