File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 82
82
Installation
83
83
==============
84
84
85
- ### Cocoapods (unavailable temporarily)
85
+ ### Cocoapods
86
86
87
87
1 . Update cocoapods to the latest version.
88
88
1 . Add ` pod "YYWebImage" ` to your Podfile.
@@ -205,7 +205,7 @@ YYWebImage 是一个异步图片加载框架 ([YYKit](https://github.com/ibireme
205
205
安装
206
206
==============
207
207
208
- ### Cocoapods (还没提交,暂时不可用)
208
+ ### Cocoapods
209
209
210
210
1 . 将 cocoapods 更新至最新版本.
211
211
1 . 在 Podfile 中添加 ` pod "YYWebImage" ` 。
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'YYWebImage'
3
3
s . summary = 'Asynchronous image loading framework.'
4
- s . version = '0.8.9 '
4
+ s . version = '0.9.0 '
5
5
s . license = { :type => 'MIT' , :file => 'LICENSE' }
6
6
s . authors = { 'ibireme' => 'ibireme@gmail.com' }
7
7
s . social_media_url = 'http://blog.ibireme.com'
You can’t perform that action at this time.
0 commit comments