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

  export *
  module * { export * }
}