Fix Cocoapods versioning
Closed this issue · 2 comments
andres-ciano-umewin commented
The following error happens both with pod "HFSwipeView"
and with pod 'HFSwipeView', '~> 0.8'
.
Installing HFSwipeView (0.8.0)
[!] Error installing HFSwipeView
[!] /usr/bin/git clone https://github.com/DragonCherry/HFSwipeView.git /var/folders/k2/6glf5dg51ql4wb6qrj16fmyh0000gn/T/d20161026-15115-1867kbv --template= --single-branch --depth 1 --branch 0.8.0
Cloning into '/var/folders/k2/6glf5dg51ql4wb6qrj16fmyh0000gn/T/d20161026-15115-1867kbv'...
warning: Could not find remote branch 0.8.0 to clone.
fatal: Remote branch 0.8.0 not found in upstream origin
DragonCherry commented
OK, I'll check it out on coming monday.
DragonCherry commented
I created a new project, pod init, pod update, and everything went well, with my cocoapods version 1.1.1. I couldn't reproduce same issue.