Socket.IO-Client-Swift.modulemap 131 B

1234567
  1. framework module SocketIOClientSwift {
  2. umbrella header "Socket.IO-Client-Swift-umbrella.h"
  3. export *
  4. module * { export * }
  5. }