Pods-App.modulemap 106 Bytes
framework module Pods_App {
  umbrella header "Pods-App-umbrella.h"

  export *
  module * { export * }
}