summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/Pods/Target Support Files/GTMSessionFetcher/GTMSessionFetcher.modulemap
blob: 5121a4dc0ab07bcc71eb44d72d870347efa47510 (plain)
1
2
3
4
5
6
framework module GTMSessionFetcher {
  umbrella header "GTMSessionFetcher-umbrella.h"

  export *
  module * { export * }
}