Preserve folder structure Cocoa Pods
I have create a simple and private pod with this tutorial: http://pablin.org/2013/05/18/cocoapods-for-internal-libraries/ In fact my repo has just a group of classes All is ok and I can install my pod perfectly. The only problem is all files are installed inside of the main folder so it doesn't preserve the folder structure. I have this folder structure, repository named: myRepository Classes | ------ foo.h and foo.m ------ Controller Layer | ----------- foo2.h and foo2.m ------ ViewLayer | ----------- foo3.h and foo3.m All files are copied inside of a folder called myRepository. This is my