Alamofire.modulemap 108 B

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