Merge pull request #1788 from vincent-peng/master

Correct available subspecs in README
This commit is contained in:
Bogdan Poplauschi 2017-02-08 08:00:11 +02:00 committed by GitHub
commit 74ee9c08ef
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ 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).
There are 4 subspecs available now: `Core`, `MapKit`, `GIF` 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:
```