AFNetworking.modulemap 114 Bytes
framework module AFNetworking {
  umbrella header "AFNetworking-umbrella.h"

  export *
  module * { export * }
}