Cocoapods与github分叉项目

时间:2017-08-21 13:21:25

标签: ios git github cocoapods fork

我第一次在github上分叉了一个项目。我对项目进行了一些更改并提交给github。

我还在我的fork上为cocoapods创建了一个新版本,看到了新版本。我尝试了一些方法,但是在我的另一个项目中使用我的fork没什么用。

我的分叉项目网址: https://github.com/eflatunyazilim/Cluster

我尝试这些方法:

1:

 pod 'Cluster', :git => 'https://github.com/eflatunyazilim/Cluster.git', :commit => 'c20fe29a9fdf4139951f51aa7e45423a4e86a799'

2:

pod 'Cluster', :git => 'https://github.com/eflatunyazilim/Cluster'

3:

pod 'Cluster', :git => 'https://github.com/eflatunyazilim/Cluster.git'

当我在终端上运行pod installpod update时,库项目仍然使用以前版本的项目。

  

使用群集(1.0.9)

  

安装Cluster 1.0.9(原为1.0.9)

1 个答案:

答案 0 :(得分:1)

尝试将podspec文件中的版本号更改为

s.version = '1.1'