From eec1b674971621b5172750c37fc18c7a650ec304 Mon Sep 17 00:00:00 2001 From: Bogdan Poplauschi Date: Tue, 6 Oct 2015 16:59:48 +0300 Subject: [PATCH] Updated Readme (subspecs) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 69b2cfaf..8d0b1f39 100644 --- a/README.md +++ b/README.md @@ -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.