PIHud 0.1.3× TestsTested ✗ LangLanguage SwiftSwift License MIT ReleasedLast Release Jun 2015 SPMSupports SPM ✗Maintained by pixelink.Installation Guide×Installation Guide for PIHudYou want to add pod 'PIHud', '~> 0.1' similar to the following to your Podfile:target 'MyApp' do pod 'PIHud', '~> 0.1' endThen run a pod install inside your terminal, or from CocoaPods.app.Alternatively to give it a test run, run the command:pod try PIHudSee PodspecGitHub RepoPage on CocoaPods.orgPIHud 0.1.3Bypixelinkpixelink_jppixel-ink/PIHudGitHub Repo PIhud HUD / Toast by swift install manually add PIHud**.swift into your project cocoapods add “ pod ‘PIHud’, '0.1.3’ ” into your Podfile add “ import PIHud ” into your code basic usage initialize var pi = PIHud(target: yourUIView) toast pi.toast(“hello world”) hud pi.hud(UIImage(named: “pict.png”)!, text:“hello”) progress pi.progressStart(UIImage(named: “pict.png”)!, text:“hello”) pi.progressEnd()