From db2f7bf3ff1f7562fe6197117b0d6d004971b0ff Mon Sep 17 00:00:00 2001 From: DreamPiggy Date: Thu, 4 Apr 2019 23:19:50 +0800 Subject: [PATCH] Update README.md to specify the 5.0 version of Podfile --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e49a021a..5270e70c 100644 --- a/README.md +++ b/README.md @@ -142,8 +142,8 @@ There are three ways to use SDWebImage in your project: #### Podfile ``` -platform :ios, '7.0' -pod 'SDWebImage', '~> 4.0' +platform :ios, '8.0' +pod 'SDWebImage', '~> 5.0' ``` ##### Swift and static framework