Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

@@ -1,12 +1,12 @@
# pod
> Swift 和 Objective-C Cocoa 项目的依赖关系管理.
> Swift 和 Objective-C Cocoa 项目的依赖关系管理
- 为当前项目初始化包含默认内容的 podfile:
`pod init`
- 下载并安装 pod 文件中定义的所有 pod以前未安装:
- 下载并安装 pod 文件中定义的所有 pod以前未安装
`pod install`
@@ -14,15 +14,15 @@
`pod list`
- 显示过时的 pod当前安装的 pod:
- 显示过时的 pod当前安装的 pod
`pod outdated`
- 将当前安装的所有 pod 更新到其最新版本:
- 将当前安装的所有 pod 更新到其最新版本
`pod update`
- 将特定以前安装的pod 更新为其最新版本:
- 将特定以前安装的pod 更新为其最新版本
`pod update {{pod_名}}`