Blame view

Pods/Target Support Files/Alamofire/Alamofire.modulemap 108 Bytes
75d24c15   yangbin   123
1
2
3
4
5
6
  framework module Alamofire {
    umbrella header "Alamofire-umbrella.h"
  
    export *
    module * { export * }
  }