Updates Podfile entry to v3.7

This commit is contained in:
Marius Schulz 2015-02-24 10:49:22 +01:00
parent feca1e8d0d
commit 4445bb2e47
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ There are three ways to use SDWebImage in your project:
#### Podfile
```
platform :ios, '6.1'
pod 'SDWebImage', '~>3.6'
pod 'SDWebImage', '~>3.7'
```
### Installation by cloning the repository