summaryrefslogtreecommitdiff
path: root/test/ios/OHHTTPStubs/Examples/Swift/Pods/Target Support Files/OHHTTPStubs/OHHTTPStubs.modulemap
blob: 268a7c33d44a0288c12df7be732d6c60c9108b35 (plain)
1
2
3
4
5
6
framework module OHHTTPStubs {
  umbrella header "OHHTTPStubs-umbrella.h"

  export *
  module * { export * }
}