Skip to content

Commit

Permalink
Updated Readme (subspecs)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpoplauschi committed Oct 6, 2015
1 parent a16d007 commit eec1b67
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -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.
Expand Down

0 comments on commit eec1b67

Please sign in to comment.