PrideChung / FontAwesomeKit

Icon font library for iOS. Currently supports Font-Awesome, Foundation icons, Zocial, and ionicons.
MIT License
2.81k stars 308 forks source link

Please publish pod 2.2.1 #79

Open ElfSundae opened 8 years ago

ElfSundae commented 8 years ago

Thank you :)

davidck commented 8 years ago

+1

OliverDimitrov commented 8 years ago

+1

djbe commented 8 years ago

Guys, no need to use "+1" comments, you can just add reactions to original post.

ElfSundae commented 8 years ago

I have created a new project you may want to use: https://github.com/ElfSundae/IconFontKit :laughing:

Flox06 commented 8 years ago

Try to use pod 'FontAwesomeKit', :git => 'https://github.com/PrideChung/FontAwesomeKit.git', :commit => 'eac3031' in your podfile ;)

traleluia commented 8 years ago

+1

robpearlman commented 8 years ago

@Flox06 getting [!] Unable to load a podspec fromFontAwesomeKit.podspec, skipping: suggestions?

williamsjj commented 8 years ago

Have any further releases been basically abandoned?

DiogoAndre commented 8 years ago

it is a bit annoying to not have an updated pod, but in the meanwhilepod "FontAwesomeKit", :git => 'https://github.com/PrideChung/FontAwesomeKit.git' should work just fine, without the need to specifying a commit

lakhman commented 8 years ago

argh, very annoying,

iGranDav commented 8 years ago

@PrideChung could you please push the tag 2.2.1 and publish the pod spec. Thanks :)

maxoly commented 8 years ago

+1

willseward commented 8 years ago

Agreed. This is breaking my build...

fabionapodano commented 8 years ago

just followed DiegoAndre suggestion: replaced the podfile line like this:

pod "FontAwesomeKit", :git => 'https://github.com/PrideChung/FontAwesomeKit.git'

and everything worked

TomSwift commented 8 years ago

The real hassle with this is when you need to specify a dependency on FAK from another podspec.

willseward commented 8 years ago

Hi, @PrideChung. Please publish a new version.

z-br commented 7 years ago

Waking this up from the dead. The podspec points to 2.2.1 but there is no tag/release with that number. I'm pointed to a specific commit in my podspec, but that isn't ideal.

iiAtlas commented 7 years ago

Resurrecting this, would love 2.2.1 published! In the meantime, use this in your Podfile for FontAwesome 4.7 support.

pod 'FontAwesomeKit', :git => 'https://github.com/PrideChung/FontAwesomeKit.git', :commit => 'ed5eb02'