diff --git a/README.md b/README.md
index 73b3494..c299433 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,8 @@ Starting with the SDWebImage 5.0 version, we moved the WebP support code and [li
SDWebImageWebPCoder supports both WebP decoding and encoding, for Static WebP or Animated WebP as well.
+Note: Apple's ImageIO supports WebP decoding from iOS 14/tvOS 14/watchOS 7/macOS 11, so SDWebImage on those platform can also decode WebP images (using `SDWebImageAWebPCoder` built-in coder). However it may contains some limitation, check https://github.com/SDWebImage/SDWebImage/issues/3558, you can still force to use this coder on those platforms by adding this coder.
+
## Requirements
+ iOS 9.0
diff --git a/SDWebImageWebPCoder.podspec b/SDWebImageWebPCoder.podspec
index 679e472..b73ae90 100644
--- a/SDWebImageWebPCoder.podspec
+++ b/SDWebImageWebPCoder.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SDWebImageWebPCoder'
- s.version = '0.13.0'
+ s.version = '0.14.0'
s.summary = 'WebP decoder/encoder for SDWebImage coder plugin.'
s.description = <<-DESC
diff --git a/SDWebImageWebPCoder/Module/Info.plist b/SDWebImageWebPCoder/Module/Info.plist
index 334a6c0..0dfe511 100644
--- a/SDWebImageWebPCoder/Module/Info.plist
+++ b/SDWebImageWebPCoder/Module/Info.plist
@@ -15,9 +15,9 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 0.13.0
+ 0.14.0
CFBundleVersion
- 0.13.0
+ 0.14.0
NSPrincipalClass