I have an old framework that can has a specific scheme that is shared so Carthage can build it. I want to use that scheme with Cocoapods. Is that possible?
As a side note, does pod spec lint build a specific scheme or does it basically try to run xcodebuild with the source_files you specify in the podspec?