Authored by Bogdan Poplauschi

Merge pull request #1045 from mariusschulz/patch-1

Updates Podfile entry to v3.7
@@ -229,7 +229,7 @@ There are three ways to use SDWebImage in your project: @@ -229,7 +229,7 @@ There are three ways to use SDWebImage in your project:
229 #### Podfile 229 #### Podfile
230 ``` 230 ```
231 platform :ios, '6.1' 231 platform :ios, '6.1'
232 -pod 'SDWebImage', '~>3.6' 232 +pod 'SDWebImage', '~>3.7'
233 ``` 233 ```
234 234
235 ### Installation with Carthage (iOS 8+) 235 ### Installation with Carthage (iOS 8+)