Skip to content

Commit 1084861

Browse files
committed
version 0.9.0
1 parent c475845 commit 1084861

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Usage
8282
Installation
8383
==============
8484

85-
### Cocoapods (unavailable temporarily)
85+
### Cocoapods
8686

8787
1. Update cocoapods to the latest version.
8888
1. Add `pod "YYWebImage"` to your Podfile.
@@ -205,7 +205,7 @@ YYWebImage 是一个异步图片加载框架 ([YYKit](https://github.com/ibireme
205205
安装
206206
==============
207207

208-
### Cocoapods (还没提交,暂时不可用)
208+
### Cocoapods
209209

210210
1. 将 cocoapods 更新至最新版本.
211211
1. 在 Podfile 中添加 `pod "YYWebImage"`

YYWebImage.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = 'YYWebImage'
33
s.summary = 'Asynchronous image loading framework.'
4-
s.version = '0.8.9'
4+
s.version = '0.9.0'
55
s.license = { :type => 'MIT', :file => 'LICENSE' }
66
s.authors = { 'ibireme' => 'ibireme@gmail.com' }
77
s.social_media_url = 'http://blog.ibireme.com'

0 commit comments

Comments
 (0)