@@ -106,17 +106,17 @@ Installation
106
106
### CocoaPods
107
107
108
108
1 . Update cocoapods to the latest version.
109
- 1 . Add ` pod " YYWebImage" ` to your Podfile.
110
- 2 . Run ` pod install ` or ` pod update ` .
111
- 3 . Import \< YYWebImage/YYWebImage.h\>
112
-
109
+ 2 . Add ` pod ' YYWebImage' ` to your Podfile.
110
+ 3 . Run ` pod install ` or ` pod update ` .
111
+ 4 . Import \< YYWebImage/YYWebImage.h\> .
112
+ 5 . Notice: it doesn't include WebP subspec by default, if you want to support WebP format, you may add ` pod 'YYImage/WebP' ` to your Podfile.
113
113
114
114
### Carthage
115
115
116
116
1 . Add ` github "ibireme/YYWebImage" ` to your Cartfile.
117
117
2 . Run ` carthage update --platform ios ` and add the framework to your project.
118
- 3 . Import \< YYWebImage/YYWebImage.h\>
119
- 4 . Notice: carthage framework doesn't include webp component, if you want to support webp , use cocoapods or install manually.
118
+ 3 . Import \< YYWebImage/YYWebImage.h\> .
119
+ 4 . Notice: carthage framework doesn't include webp component, if you want to support WebP format , use CocoaPods or install manually.
120
120
121
121
### Manually
122
122
@@ -132,8 +132,8 @@ Installation
132
132
* MobileCoreServices
133
133
* sqlite3
134
134
* libz
135
- 4 . Add ` Vendor/WebP.framework ` (static library) to your Xcode project if you want to support WebP .
136
- 5 . Import ` YYWebImage.h ` .
135
+ 4 . Import ` YYWebImage.h ` .
136
+ 5 . Notice: if you want to support WebP format, you may add ` Vendor/WebP.framework ` (static library) to your Xcode project .
137
137
138
138
139
139
Documentation
@@ -144,7 +144,7 @@ You can also install documentation locally using [appledoc](https://github.com/t
144
144
145
145
Requirements
146
146
==============
147
- This library requires a deployment target of iOS 6.0 or greater .
147
+ This library requires ` iOS 6.0+ ` and ` Xcode 7.0+ ` .
148
148
149
149
150
150
License
@@ -256,17 +256,17 @@ YYWebImage 是一个异步图片加载框架 ([YYKit](https://github.com/ibireme
256
256
### CocoaPods
257
257
258
258
1 . 将 cocoapods 更新至最新版本.
259
- 1 . 在 Podfile 中添加 ` pod " YYWebImage" ` 。
260
- 2 . 执行 ` pod install ` 或 ` pod update ` 。
261
- 3 . 导入 \< YYWebImage/YYWebImage.h\> 。
262
-
259
+ 2 . 在 Podfile 中添加 ` pod ' YYWebImage' ` 。
260
+ 3 . 执行 ` pod install ` 或 ` pod update ` 。
261
+ 4 . 导入 \< YYWebImage/YYWebImage.h\> 。
262
+ 5 . 注意:pod 配置并没有包含 WebP 组件, 如果你需要支持 WebP,可以在 Podfile 中添加 ` pod 'YYImage/WebP' ` 。
263
263
264
264
### Carthage
265
265
266
266
1 . 在 Cartfile 中添加 ` github "ibireme/YYWebImage" ` 。
267
267
2 . 执行 ` carthage update --platform ios ` 并将生成的 framework 添加到你的工程。
268
268
3 . 导入 \< YYWebImage/YYWebImage.h\> 。
269
- 4 . 注意: carthage framework 并没有包含 webp 组件。如果你需要支持 webp ,可以用 cocoapods 安装,或者手动安装。
269
+ 4 . 注意: carthage framework 并没有包含 webp 组件。如果你需要支持 WebP ,可以用 CocoaPods 安装,或者手动安装。
270
270
271
271
### 手动安装
272
272
@@ -282,8 +282,8 @@ YYWebImage 是一个异步图片加载框架 ([YYKit](https://github.com/ibireme
282
282
* MobileCoreServices
283
283
* sqlite3
284
284
* libz
285
- 4 . 如果你需要支持 WebP,可以将 ` Vendor/WebP.framework ` (静态库) 加入你的工程 。
286
- 5 . 导入 ` YYWebImage.h ` 。
285
+ 4 . 导入 ` YYWebImage.h ` 。
286
+ 5 . 注意:如果你需要支持 WebP,可以将 ` Vendor/WebP.framework ` (静态库) 加入你的工程 。
287
287
288
288
289
289
文档
@@ -293,7 +293,7 @@ YYWebImage 是一个异步图片加载框架 ([YYKit](https://github.com/ibireme
293
293
294
294
系统要求
295
295
==============
296
- 该项目最低支持 iOS 6.0。
296
+ 该项目最低支持 ` iOS 6.0 ` 和 ` Xcode 7.0 ` 。
297
297
298
298
299
299
许可证
0 commit comments