Update README.md to specify the 5.0 version of Podfile

This commit is contained in:
DreamPiggy 2019-04-04 23:19:50 +08:00 committed by GitHub
parent 4a54e6dde5
commit db2f7bf3ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -142,8 +142,8 @@ There are three ways to use SDWebImage in your project:
#### Podfile #### Podfile
``` ```
platform :ios, '7.0' platform :ios, '8.0'
pod 'SDWebImage', '~> 4.0' pod 'SDWebImage', '~> 5.0'
``` ```
##### Swift and static framework ##### Swift and static framework