*: normalize colons (#7913)

This commit is contained in:
Seth Falco
2022-03-27 07:25:15 +02:00
committed by GitHub
parent f63fedd585
commit 27ff55fc2e
88 changed files with 144 additions and 144 deletions

View File

@@ -2,7 +2,7 @@
> Swift 和 Objective-C Cocoa 项目的依赖关系管理。
- 为当前项目初始化包含默认内容的 podfile:
- 为当前项目初始化包含默认内容的 podfile
`pod init`
@@ -10,7 +10,7 @@
`pod install`
- 列出所有可用的 pod:
- 列出所有可用的 pod
`pod list`
@@ -26,6 +26,6 @@
`pod update {{pod_名}}`
- 从 Xcode 项目中删除 CocoaPods:
- 从 Xcode 项目中删除 CocoaPods
`pod deintegrate {{xcode_项目}}`