shaojiankui / JKCountDownButton

JKCountDownButton,子类化UIButton实现IOS倒计时按钮,常常用于注册等发送验证码的时候进行倒计时操作

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CocoaPods更新出现问题

LockeXia opened this issue · comments

CocoaPods could not find compatible versions for pod "JKCountDownButton":
In snapshot (Podfile.lock):
JKCountDownButton (= 1.2.0)

In Podfile:
JKCountDownButton (~> 1.2.0)

None of your spec sources contain a spec satisfying the dependencies: JKCountDownButton (~> 1.2.0), JKCountDownButton (= 1.2.0).

好了没,要不试下1.3.0

1.2.0版本被删除了,因为推荐使用1.3.0

好了