module.modulemap 118 B

12345
  1. framework module GoogleAPIClientForREST {
  2. umbrella header "GoogleAPIClientForREST.h"
  3. export *
  4. module * { export * }
  5. }