Skip to content

Commit

Permalink
Updated README.md with CocoaPods install
Browse files Browse the repository at this point in the history
  • Loading branch information
bpoplauschi committed May 28, 2014
1 parent fca4112 commit 7edeef9
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7edeef9

Please sign in to comment.