diff options
Diffstat (limited to 'StoneIsland/platforms/ios/Pods/Target Support Files/Pods-Stone Island/Pods-Stone Island.modulemap')
| -rw-r--r-- | StoneIsland/platforms/ios/Pods/Target Support Files/Pods-Stone Island/Pods-Stone Island.modulemap | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/StoneIsland/platforms/ios/Pods/Target Support Files/Pods-Stone Island/Pods-Stone Island.modulemap b/StoneIsland/platforms/ios/Pods/Target Support Files/Pods-Stone Island/Pods-Stone Island.modulemap new file mode 100644 index 00000000..8e2119ec --- /dev/null +++ b/StoneIsland/platforms/ios/Pods/Target Support Files/Pods-Stone Island/Pods-Stone Island.modulemap @@ -0,0 +1,6 @@ +framework module Pods_Stone_Island { + umbrella header "Pods-Stone Island-umbrella.h" + + export * + module * { export * } +} |
