Updated README.md with CocoaPods install
This commit is contained in:
parent
fca411224b
commit
7edeef9f1a
15
README.md
15
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue