jdg / MBProgressHUD

MBProgressHUD + Customizations
http://www.bukovinski.com/
MIT License
16.01k stars 3.56k forks source link

Update cocoapods #351

Closed marekzehra closed 8 years ago

marekzehra commented 8 years ago

Please release current (customizable white) version as new version in cocoapods

filipmelik commented 8 years ago

+1 When installed from CocoaPods, it installs the version from legacy branch. As a temporary workaround, I have added this to my podfile:

pod 'MBProgressHUD', :git => 'https://github.com/jdg/MBProgressHUD.git', :tag => "master"

matej commented 8 years ago

1.0 isn't ready yet. If you still want the latest you can always do what @filipmelik suggested.