From e351c1de14517f5c9f5bb1cd936f5dd5e9acebf8 Mon Sep 17 00:00:00 2001 From: DreamPiggy Date: Sun, 2 Sep 2018 17:47:37 +0800 Subject: [PATCH] Update about Carthage version and correct the dependency version --- Cartfile | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Cartfile b/Cartfile index 9dabe21..d110a91 100644 --- a/Cartfile +++ b/Cartfile @@ -1,2 +1,2 @@ -github "rs/SDWebImage" >= 5.0 +github "rs/SDWebImage" >= 5.0.0-beta3 github "Flipboard/FLAnimatedImage" >= 1.0.11 diff --git a/README.md b/README.md index 710112a..ef1cf5b 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,8 @@ pod 'SDWebImageFLPlugin' SDWebImageFLPlugin is available through [Carthage](https://github.com/Carthage/Carthage). +Note that because the dependency SDWebImage currently is in beta. You should use `Carthage v0.30.1` or above to support beta [sem-version](https://semver.org/). + ``` github "SDWebImage/SDWebImageFLPlugin" ```