How to conditionally load Frameworks based on target (device or simulator) in a CocoaPod spec?
I’m working on a CocoaPods spec file for an iOS project, and I need to include different vendored frameworks depending on whether the build is targeting a physical device or the simulator.