Updates Podfile entry to v3.7
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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 |
-
Please register or login to post a comment