From 4445bb2e47f7ab1e233f679b466bcc23501f4025 Mon Sep 17 00:00:00 2001 From: Marius Schulz Date: Tue, 24 Feb 2015 10:49:22 +0100 Subject: [PATCH] Updates Podfile entry to v3.7 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6541136..ec45fa3 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ There are three ways to use SDWebImage in your project: #### Podfile ``` platform :ios, '6.1' -pod 'SDWebImage', '~>3.6' +pod 'SDWebImage', '~>3.7' ``` ### Installation by cloning the repository