AlamofireObjectMapper.modulemap 132 B

123456
  1. framework module AlamofireObjectMapper {
  2. umbrella header "AlamofireObjectMapper-umbrella.h"
  3. export *
  4. module * { export * }
  5. }