summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/Pods/Target Support Files/GTMAppAuth/GTMAppAuth.modulemap
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/platforms/ios/Pods/Target Support Files/GTMAppAuth/GTMAppAuth.modulemap')
-rw-r--r--StoneIsland/platforms/ios/Pods/Target Support Files/GTMAppAuth/GTMAppAuth.modulemap6
1 files changed, 6 insertions, 0 deletions
diff --git a/StoneIsland/platforms/ios/Pods/Target Support Files/GTMAppAuth/GTMAppAuth.modulemap b/StoneIsland/platforms/ios/Pods/Target Support Files/GTMAppAuth/GTMAppAuth.modulemap
new file mode 100644
index 00000000..b23c8d07
--- /dev/null
+++ b/StoneIsland/platforms/ios/Pods/Target Support Files/GTMAppAuth/GTMAppAuth.modulemap
@@ -0,0 +1,6 @@
+framework module GTMAppAuth {
+ umbrella header "GTMAppAuth-umbrella.h"
+
+ export *
+ module * { export * }
+}