Homebrew support
For folks that have cocoapods installed via homebrew instead of as a ruby gem directly it'd be nice to be able to use this as well
@abejfehr did you ever figure out a way to use this plugin along with installing pod from homebrew?
@jzaefferer I actually did get it to work.
I don't remember exactly what I did, but I think I installed the gem via the homebrew ruby version that I was using like /opt/homebrew/opt/ruby/bin/gem install cocoapods-check and it made the pod check command available for me.
For me though, it saved essentially no time 😅 I think there are some very real performance issues associated with the design decision to use ruby as the language of choice for cocoapods and also some not efficient things that react native is doing with it.
Best of luck though if you do try it