yannickl / YLProgressBar

UIProgressView replacement with an highly and fully customizable animated progress bar in pure Core Graphics

Home Page:http://yannickloriot.com/library/ios/ylprogressbar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pod can't find 3.4.0

lamb-mei opened this issue · comments

i got error
[!] Unable to satisfy the following requirements:
YLProgressBar (~> 3.4.0) required by Podfile

i use #pod search YLProgressBar
can't find version 3.4.0
1__lamb-mei_lamb-mei-mbp____dropbox_allpay_allpay_app_ios_app_allpay__zsh_

I use 3.4.0 and I don't have this problem.
Also cocoapods.org shows the correct result:
http://cocoapods.org/?q=ylprogressbar

It might be that your cocoapods configuration somehow uses an older version of the specs repo as source.

Indeed, when I look for the YLProgressBar pod I have this result:

-> YLProgressBar (3.4.0)
   The YLProgressBar is an UIProgressView replacement with an highly and fully customizable
   animated progress bar in pure Core Graphics.
   pod 'YLProgressBar', '~> 3.4.0'
   - Homepage: https://github.com/YannickL/YLProgressBar
   - Source:   https://github.com/YannickL/YLProgressBar.git
   - Versions: 3.4.0, 3.3.0, 3.2.0, 3.1.1, 3.1.0, 3.0.0, 2.0.0, 1.0.1, 1.0.0 [master
   repo]

Have you tried to update your cocopod install (gem update cocoapods)? Or may be this is a cache issue?

I update rvm & gem & cocoapod
to solve this problem
thanks for your reply