From 7edeef9f1a564d6157f8d501f8b8cdf09ec08b02 Mon Sep 17 00:00:00 2001 From: Bogdan Poplauschi Date: Wed, 28 May 2014 09:46:40 +0300 Subject: [PATCH] Updated README.md with CocoaPods install --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 040e599e..ebcc2ea6 100644 --- a/README.md +++ b/README.md @@ -214,7 +214,20 @@ See this category: https://github.com/JJSaccolo/UIActivityIndicator-for-SDWebIma Installation ------------ -There are two ways to use this in your project: copy all the files into your project, or import the project as a static library. +There are three ways to use SDWebImage in your project: +- using Cocoapods +- copying all the files into your project +- importing the project as a static library + +### Installation with CocoaPods + +[CocoaPods](http://cocoapods.org/) is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries in your projects. See the [Get Started](http://cocoapods.org/#get_started) section for more details. + +#### Podfile +``` +platform :ios, '6.1' +pod 'SDWebImage', '~>3.6' +``` ### Add the SDWebImage project to your project