CustomPods 0.1.2×维护者:Samarth Kejriwal.安装指南×CustomPods 的安装指南您想在 Podfile 中添加类似于以下内容的 pod 'CustomPods', '~> 0.1'target 'MyApp' do pod 'CustomPods', '~> 0.1' end然后在终端中运行 pod install,或者从 CocoaPods.app 中运行。或者为了进行测试运行,运行以下命令pod try CustomPods查看 PodspecGitHub 仓库CocoaPods.org 页面CustomPods 0.1.2由Samarth Kejriwalsamarth220194/CustomPodsGitHub 仓库FantasticView 一个用于学习如何创建 Swift 自定义 pod 的示例项目