FontAwesomeKit icon indicating copy to clipboard operation
FontAwesomeKit copied to clipboard

Please publish pod 2.2.1

Open ElfSundae opened this issue 9 years ago • 18 comments

Thank you :)

ElfSundae avatar Jan 21 '16 17:01 ElfSundae

+1

davidck avatar Feb 25 '16 21:02 davidck

+1

OliverDimitrov avatar Mar 15 '16 15:03 OliverDimitrov

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

djbe avatar Mar 15 '16 17:03 djbe

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

ElfSundae avatar Mar 16 '16 07:03 ElfSundae

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

Flox06 avatar Mar 25 '16 23:03 Flox06

+1

traleluia avatar Apr 01 '16 02:04 traleluia

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

robpearlman avatar Apr 06 '16 22:04 robpearlman

Have any further releases been basically abandoned?

williamsjj avatar Apr 18 '16 22:04 williamsjj

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

DiogoAndre avatar Apr 20 '16 05:04 DiogoAndre

argh, very annoying,

lakhman avatar Apr 20 '16 19:04 lakhman

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

iGranDav avatar May 11 '16 09:05 iGranDav

+1

maxoly avatar May 30 '16 20:05 maxoly

Agreed. This is breaking my build...

willseward avatar Jun 15 '16 19:06 willseward

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

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

and everything worked

fabionapodano avatar Jun 29 '16 10:06 fabionapodano

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

TomSwift avatar Jul 14 '16 18:07 TomSwift

Hi, @PrideChung. Please publish a new version.

willseward avatar Aug 25 '16 21:08 willseward

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.

z-br avatar Nov 23 '16 22:11 z-br

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'

iiAtlas avatar Jan 13 '17 20:01 iiAtlas