How to structure a Xcode project with Frameworks, Extensions and CocoaPods
NB: Here is a more abstract and simplified sub-set of this question . With the addition of Touch Frameworks, Extensions and the Apple Watch Xcode 6 projects and workspaces are getting more and more complex. If you add CocoaPods into this mix things start to get almost unmanageable. How would I structure an Xcode project/Workspace with the following targets and dependancies? (Assumptions: I am using Git for all the components, I am using CocoaPods for all third party code, I am using Xcode 6). MyCoolApp Several 3rd Party UI libraries via CocoaPods MyCoolNetworking.framework, a framework