added iOS source code
[wl-app.git] / iOS / Pods / Fabric / iOS / Fabric.framework / Modules / module.modulemap
diff --git a/iOS/Pods/Fabric/iOS/Fabric.framework/Modules/module.modulemap b/iOS/Pods/Fabric/iOS/Fabric.framework/Modules/module.modulemap
new file mode 100644 (file)
index 0000000..2a31223
--- /dev/null
@@ -0,0 +1,6 @@
+framework module Fabric {
+    umbrella header "Fabric.h"
+
+    export *
+    module * { export * }
+}
\ No newline at end of file