CocoaPods project structure for unit testing with private components
问题 I am using CocoaPods for a project with the following structure: Example/ Example/PublicUmbrellaHeader.h Example/PrivateHeaderForComponent1.h Example/PrivateHeaderForComponent2.h Example.podspec Tests/ Tests/Podfile Tests/Tests/UnitTestForPrivateComponent1.m Tests/Tests/UnitTestForPrivateComponent2.m Tests/Podfile pod 'Example', :path => '../' This is not unusual. For example, AFNetworking follows a similar structure. What is different is the need to expose a certain set of headers only to