Browse Source

version 0.9.0

ibireme 9 năm trước cách đây
mục cha
commit
1084861604
2 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 2 2
      README.md
  2. 1 1
      YYWebImage.podspec

+ 2 - 2
README.md

@@ -82,7 +82,7 @@ Usage
 Installation
 ==============
 
-### Cocoapods (unavailable temporarily)
+### Cocoapods
 
 1. Update cocoapods to the latest version.
 1. Add `pod "YYWebImage"` to your Podfile.
@@ -205,7 +205,7 @@ YYWebImage 是一个异步图片加载框架 ([YYKit](https://github.com/ibireme
 安装
 ==============
 
-### Cocoapods (还没提交,暂时不可用)
+### Cocoapods
 
 1. 将 cocoapods 更新至最新版本.
 1. 在 Podfile 中添加 `pod "YYWebImage"`。

+ 1 - 1
YYWebImage.podspec

@@ -1,7 +1,7 @@
 Pod::Spec.new do |s|
   s.name         = 'YYWebImage'
   s.summary      = 'Asynchronous image loading framework.'
-  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'