mirror of https://github.com/grpc/grpc.git
The two log.h can’t be listed, though, as they include the nefarious <inttypes.h> (See discussing at BoringSSL.podspec). Not listing them seems to be alright, though.pull/7425/head
parent
9b45afbbc5
commit
93bd780a9c
1 changed files with 10 additions and 0 deletions
@ -1,5 +1,15 @@ |
||||
framework module grpc { |
||||
umbrella header "grpc.h" |
||||
|
||||
header "byte_buffer_reader.h" |
||||
header "grpc_security.h" |
||||
header "grpc_security_constants.h" |
||||
header "impl/codegen/alloc.h" |
||||
header "impl/codegen/byte_buffer_reader.h" |
||||
header "support/alloc.h" |
||||
header "support/port_platform.h" |
||||
header "support/string_util.h" |
||||
|
||||
export * |
||||
module * { export * } |
||||
} |
||||
|
Loading…
Reference in new issue