在 swift 中安装多个 Pods

Install multiple Pods in swift

目前我的 Xcode 工作区中有 Google Places Pod。我还想使用 Google 分析。 我是否应该像第一次一样将 pod 'Google/Analytics', '~> 1.0.0' 添加到我的 Podfile 并再次添加 运行 pod install

谢谢

是的。它将安装您添加的任何 pods。