module.modulemap 134 B

12345
  1. module CgRPC {
  2. umbrella header "/Users/timburks/Desktop/grpc-swift/Sources/CgRPC/include/CgRPC.h"
  3. link "CgRPC"
  4. export *
  5. }