Update README.md to specify the 5.0 version of Podfile
This commit is contained in:
parent
4a54e6dde5
commit
db2f7bf3ff
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue