Merge pull request #1045 from mariusschulz/patch-1

Updates Podfile entry to v3.7
This commit is contained in:
Bogdan Poplauschi 2015-03-19 23:38:13 +02:00
commit 4f97897a41
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,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 with Carthage (iOS 8+)