Updated Readme (subspecs)

This commit is contained in:
Bogdan Poplauschi 2015-10-06 16:59:48 +03:00
parent a16d007622
commit eec1b67497
1 changed files with 9 additions and 0 deletions

View File

@ -238,6 +238,15 @@ platform :ios, '8.0'
use_frameworks!
```
#### Subspecs
There are 3 subspecs available now: `Core`, `MapKit` and `WebP` (this means you can install only some of the SDWebImage modules. By default, you get just `Core`, so if you need `WebP`, you need to specify it).
Podfile example:
```
pod 'SDWebImabe/WebP'
```
### Installation with Carthage (iOS 8+)
[Carthage](https://github.com/Carthage/Carthage) is a lightweight dependency manager for Swift and Objective-C. It leverages CocoaTouch modules and is less invasive than CocoaPods.