ibireme 9 lat temu
rodzic
commit
3e8f8a0dda
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      README.md
  2. 1 1
      YYImage.podspec

+ 1 - 1
README.md

@@ -16,7 +16,7 @@ Features
 - Display/encode/decode animated image with these types:<br/>&nbsp;&nbsp;&nbsp;&nbsp;WebP, APNG, GIF.
 - Display/encode decode still image with these types:<br/>&nbsp;&nbsp;&nbsp;&nbsp;WebP, PNG, GIF, JPEG, JP2, TIFF, BMP, ICO, ICNS.
 - Baseline/progressive/interlaced image decode with these types:<br/>&nbsp;&nbsp;&nbsp;&nbsp;PNG, GIF, JPEG, BMP.
-- Display frame based image animation and sprire sheet animation.
+- Display frame based image animation and sprite sheet animation.
 - Extendable protocol for custom image animation.
 - Dynamic frame buffer for lower memory usage.
 

+ 1 - 1
YYImage.podspec

@@ -1,7 +1,7 @@
 Pod::Spec.new do |s|
   s.name         = 'YYImage'
   s.summary      = 'Image framework for iOS to display/encode/decode animated WebP, APNG, GIF, and more.'
-  s.version      = '0.8.9'
+  s.version      = '0.9.0'
   s.license      = { :type => 'MIT', :file => 'LICENSE' }
   s.authors      = { 'ibireme' => 'ibireme@gmail.com' }
   s.social_media_url = 'http://blog.ibireme.com'