Authored by Marius Schulz

Updates Podfile entry to v3.7

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