From 103701346d9915c244a8fa6a29de38fd302c44f0 Mon Sep 17 00:00:00 2001 From: DreamPiggy Date: Wed, 26 Feb 2020 15:54:18 +0800 Subject: [PATCH] Update the readme to fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b4b6563b..9b9939e4 100644 --- a/README.md +++ b/README.md @@ -229,9 +229,9 @@ use_frameworks! pod 'SDWebImage' ``` -#### Subspecs +#### Subspecs and MapKit -From SDWebImage 5.6.0, the `MapKit` subspec have been moved into a standalone Git Repo: [SDWebImageMapKitPlugin](https://github.com/SDWebImage/SDWebImageMapKitPlugin). User who previouslly use the `MapKit` subspec should upgrade to use that instead. If you use SwiftPM or Carthage with Swift, you also need to change the imported module name (from `SDWebImageMapKit` into `SDWebImageMapKitPlugin`) +From SDWebImage 5.6.0, the `MapKit` subspec have been moved into a standalone Git Repo: [SDWebImageMapKitPlugin](https://github.com/SDWebImage/SDWebImageMapKitPlugin). User who previously use the `MapKit` subspec should upgrade to use that instead. If you use SwiftPM or Carthage with Swift, you also need to change the imported module name (from `SDWebImageMapKit` into `SDWebImageMapKitPlugin`. ``` pod 'SDWebImage'