Alamofire.modulemap 108 Bytes
framework module Alamofire {
  umbrella header "Alamofire-umbrella.h"

  export *
  module * { export * }
}