793935baca04cc2522de0fb4c765cb1b 181 B

1234567891011
  1. framework module Alamofire {
  2. umbrella header "Alamofire-umbrella.h"
  3. export *
  4. module * { export * }
  5. }
  6. module Alamofire.Swift {
  7. header "Alamofire-Swift.h"
  8. requires objc
  9. }