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

  export *
  module * { export * }
}