cocoapods-generate
                                
                                 cocoapods-generate copied to clipboard
                                
                                    cocoapods-generate copied to clipboard
                            
                            
                            
                        Any way to generate tests for development pods?
I'm working on a module that includes another local module as dependency (podspecs are in the same directory, I use pod gen --local_sources=. for generation).
I would like to have pod gen generate test targets not only for the main pod spec but for the another module as well, similar to effect that can be achieved via Podfile by something like:
pod 'CoconutLib', '~> 1.0', :testspecs => ['Tests']
Is there a way to accomplish this?