Committed by
GitHub
Merge pull request #1946 from rafaelks/chore/update_cocoapods_script
Update CocoaPods script to use latest version of the lib (4.0 instead of 3.8)
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -145,7 +145,7 @@ There are three ways to use SDWebImage in your project: | @@ -145,7 +145,7 @@ There are three ways to use SDWebImage in your project: | ||
145 | #### Podfile | 145 | #### Podfile |
146 | ``` | 146 | ``` |
147 | platform :ios, '7.0' | 147 | platform :ios, '7.0' |
148 | -pod 'SDWebImage', '~>3.8' | 148 | +pod 'SDWebImage', '~> 4.0' |
149 | ``` | 149 | ``` |
150 | 150 | ||
151 | If you are using Swift, be sure to add `use_frameworks!` and set your target to iOS 8+: | 151 | If you are using Swift, be sure to add `use_frameworks!` and set your target to iOS 8+: |
-
Please register or login to post a comment