-
Notifications
You must be signed in to change notification settings - Fork 47
Description
In Podfile I specify
pod 'EVURLCache', :git => 'https://github.com/evermeer/EVURLCache.git', :branch => 'objective-c'
but get error message Unable to find a specification for 'EVURLCache'. When I specify another branches (master or Swift2.2) it works
It actually finds branch but cannot download it for some reason, here is piece of log
Fetching external sources
-> Pre-downloading:EVURLCachefromhttps://github.com/evermeer/EVURLCache.git, branchobjective-c
$ /usr/local/bin/git ls-remote https://github.com/evermeer/EVURLCache.git objective-c
86a47fa refs/heads/objective-c
Git download
Git download
$ /usr/local/bin/git clone https://github.com/evermeer/EVURLCache.git
/var/folders/xf/3rv7br2s35q7v86p3p2dnly00000gp/T/d20210322-29425-i53yak --template=
Клонирование в «/var/folders/xf/3rv7br2s35q7v86p3p2dnly00000gp/T/d20210322-29425-i53yak»…
$ /usr/local/bin/git -C /var/folders/xf/3rv7br2s35q7v86p3p2dnly00000gp/T/d20210322-29425-i53yak checkout
--quiet 86a47fa
[!] Unable to find a specification for 'EVURLCache'.