Hi I'm trying to add https://github.com/fxm90/GradientLoadingBar/tree/feature/notch-gradient-loading-bar in my Xcode project , but when I specify
pod 'GradientLoadingBar', :git => 'https://github.com/fxm90/GradientLoadingBar', :branch => 'feature/notch-gradient-loading-bar'
in my Podfile
doesn't download me the branch. I also tried with :branch => 'notch-gradient-loading-bar'
, but also unsuccessfully. It downloads something, but is not the branch that I need and I cannot implement the new feature NotchGradientLoadingBar
let notchGradientLoadingBar = NotchGradientLoadingBar(height: 6)
gives me an error Use of unresolved identifier 'NotchGradientLoadingBar'