...
|
...
|
@@ -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
|
|
|
|
...
|
...
|
|