IHProgressHUD icon indicating copy to clipboard operation
IHProgressHUD copied to clipboard

New release for Xcode 11 fixes

Open cap-dbaronnet opened this issue 4 years ago • 4 comments

Hello,

Thanks for this project. When can you make a new release with your last fixes for XCode 11 new build system ?

Nice day

cap-dbaronnet avatar Oct 25 '19 12:10 cap-dbaronnet

@Ibrahimhass Please release the latest version '0.1.5' and send IHProgressHUD library to the Specs repo CocoaPod.

pod repo push IHProgressHUD.podspec

Thanks!

antonyraphel avatar Oct 28 '19 15:10 antonyraphel

Meanwhile you could add pod 'IHProgressHUD', :git => 'https://github.com/Swiftify-Corp/IHProgressHUD.git' to your podfile

appmonkey8010 avatar Oct 30 '19 14:10 appmonkey8010

Hello,

This method is not the one I want because it always retrieves the latest updates while I want to manage the versioning of my libraries.

Is it possible to put a new version pods?

Regards,

cap-dbaronnet avatar Nov 12 '19 10:11 cap-dbaronnet

Use pod with git url works, but force CI to download every build.

Please pod repo push IHProgressHUD.podspec

narlei avatar Apr 16 '20 13:04 narlei