kaandedeoglu / KDCircularProgress

A circular progress view with gradients written in Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

update 1.5.3 to CocoaPods

ferrerod opened this issue · comments

Originally posted by @ryanfelton in #101 (comment)

@ryanfelton is correct. Currently, the CocoaPod Spec https://cocoapods.org/pods/KDCircularProgress/ points to KDCircularProgress 1.5.2 so trying to compile results in Swift compiler errors now, not just warnings.

👍

Sorry to all that has been waiting for the Cocoapods version upgrade, I had some problems with pod trunk push commands, I'll try to sort them out next week. Meanwhile you can always pull the master commit

pod 'KDCircularProgress', :branch => 'master'

@kaandedeoglu An update on fixing the Cocoapods push to trunk? I would like to use the official release. Thanks!

@kaandedeoglu Any news on this?

Try this:
pod 'KDCircularProgress', :git => 'https://github.com/kaandedeoglu/KDCircularProgress.git', :branch => 'master'

Any updates?

Released version 1.5.4 on Cocoapods that points to what is master at the moment

@ferrerod It points to the 1.5.4 tag