myCustomPodSwift 0.0.1×由 testPod 维护。安装指南×myCustomPodSwift 的安装指南您想在 Podfile 中添加类似于以下内容的代码 pod 'myCustomPodSwift', '~> 0.0'target 'MyApp' do pod 'myCustomPodSwift', '~> 0.0' end然后在您的终端中运行 pod install,或从 CocoaPods.app 运行。或者,为了测试运行,运行以下命令pod try myCustomPodSwift查看 PodspecGitHub 仓库CocoaPods.org 上的页面myCustomPodSwift 0.0.1由Lakshmi-devgitLakshmi-devgit/myCustomPodGitHub 仓库myCustomPod 一个用 Swift 编写的示例 Cocoa pod 库 这是一个使用 Swift 语言实现自己的 Cocoa pod 库的测试项目。