PrideChung/FontAwesomeKit

FontAwesome 4.4 Doesn't Have Balance Icon in Cocoapods version

osolano opened this issue · 5 comments

Hello,

In the new FontAwesome 4.4 set, there is a balance-scale icon that was introduced but it is not available in your kit.
http://fontawesome.io/icon/balance-scale/
Could you add this?

Regards,
Oliver

Actually the following icons are also missing:

commentingOIconWithSize
diamondIconWithSize
blackTieIconWithSize
userSecretIconWithSize
streetViewIconWithSize

I happen to use them, so I find it out, I believe there are more that are missing, looks like there is some serious bug somewhere?

false alarm.

It's because Cocoapod is not updated.
I was using the library directly from this git, then I switched to cocoapod, then some of icons are missing, as cocoapod has not been updated for about 1 year.

After I switch back to git, it works fine.

@osolano , the balance-scale is there in this git, could you try if the same thing happened to you?

@top2tech yup, it is there in git. I'm using git version now instead of cocoapods. thanks!

adjusted title since icons are only right now missing in latest cocoapods version 2.2.0

If you want to use the latest version of FontAwesomeKit in Cocoapods, you should use
pod 'FontAwesomeKit', git: 'https://github.com/PrideChung/FontAwesomeKit.git'