I am trying to bring the magic of Cocoapods to my company, but it has hit a tiny snag. We need to be able to unit test code that comes from Cocoapods.
So, my question is, has anyone else encountered this in their company (or is anyone just paranoid enough to care about unit testing this code and figured out how?). It may not be a deal breaker for us, but it will definitely help smooth things over with management if I have this sorted ahead of time.
We could probably insert the tests in the client app, but thats an awful lot of manual work considering we would use pods to reduce manual work. It would be nice to do it once somehow.