summaryrefslogtreecommitdiffstats
path: root/OSX/Sparkle.framework/Versions/A/Modules/module.modulemap
blob: af3fe6d05057de908fc235c400deeb27f1871472 (plain) (blame)
1
2
3
4
5
6
framework module Sparkle {
  umbrella header "Sparkle.h"

  export *
  module * { export * }
}