LearningApp / Pods / BoringSSL-GRPC / src / include / openssl / BoringSSL.modulemap
BoringSSL.modulemap
Raw
  framework module openssl {
    umbrella header "umbrella.h"
    textual header "arm_arch.h"
    export *
    module * { export * }
  }