Merge pull request #1045 from mariusschulz/patch-1
Updates Podfile entry to v3.7
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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+) |
-
Please register or login to post a comment