framework module DependsOnModule { umbrella "DependsOnModule.h" header "other.h" module * { export * } explicit framework module SubFramework { umbrella "SubFramework.h" module * { export * } } }