jdg / MBProgressHUD

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

Cannot get lastest version of MB #370

Closed Hogantry closed 8 years ago

Hogantry commented 8 years ago

I user cocoapods of Version 1.0.0.beta.8, but cannot get lastest version of MB. When i check the MB.h which i get, it's different from the github's.

yas375 commented 8 years ago

@Hogantry while there is no recent official release, you can just point to any commit you want in your Podfile.

pod 'MBProgressHUD', :git => 'https://github.com/carezone/MBProgressHUD.git', :commit => '5c3b93f'
Hogantry commented 8 years ago

Thank you very much, have a nice day.

yas375 commented 8 years ago

You are very welcome :)