-
Hi there,
Any plan for updating Cocoapods or do we need to install the repo manually?
Regards,
-
使用Xcode16创建新项目,并配置好profile文件,执行pod install命令后报错,具体保存如下:
### Command
```
/opt/homebrew/lib/ruby/gems/3.3.0/bin/pod install
```
### Report
* What did you do?
* What did you expect to ha…
lx-xi updated
1 month ago
-
I don't see a mention of cocoapods as a req, but it definitely seems like you need it. No?
-
any reason why still not at cocoapods actually?
-
I'd be cool to also add CocoaPods support. I've done this implementation myself last week for my library. Just follow [this post](https://guides.cocoapods.org/making/making-a-cocoapod.html) and [this …
-
Hi David
Just wondering if there is any intention to submit to cocoapods? Would you consider a PR to do so?
oh-wo updated
8 years ago
-
### 安装
sudo gem install cocoapods
### 使用
pod install
### 更新Podspec索引文件
pod setup作用:将所有第三方的Podspec索引文件更新到本地的~/.cocoapods/repos目录下
pod安装成功之后一个首先的操作就是执行命令(不是必须的):
pod setup
所有的第三方开源库的Podspec文件都托管…
cisen updated
5 years ago
-
I'd be cool to also add Cocoapods support. I done this implementation myself last month for my library. Just follow [this post](https://guides.cocoapods.org/making/making-a-cocoapod.html) and [this ch…
-
――― MARKDOWN TEMPLATE ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
### Command
```
/usr/local/bin/pod init
```
### Report
* What did you do?
* What did you expect to ha…
-
CocoaPods is awesome, why don't you use it?